Compare commits

..

1 Commits

Author SHA1 Message Date
mrtz 8ea1500546 chore: update npins dependencies
Automated update of Nix dependencies via npins.

    Updated packages:
    +      "hash": "sha256-RuGWBqXVEsZwwBvRGS/nRrA6PQyOQwVaAu139Z853Bk="
2026-01-30 14:59:50 +00:00
355 changed files with 1517 additions and 30676 deletions
+6 -9
View File
@@ -1,16 +1,13 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# the shebang is ignored, but nice for editors # the shebang is ignored, but nice for editors
watch_file npins/sources.json watch_file nix/sources.json
watch_file nix/checks.nix
# Load .env file if it exists # Load .env file if it exists
dotenv_if_exists dotenv_if_exists
# Set npins dir
export NPINS_DIRECTORY="nix"
# Activate development shell # Activate development shell
if type lorri &>/dev/null; then use nix
echo "direnv: using lorri from PATH ($(type -p lorri))"
eval "$(lorri direnv)"
else
# fall back to using direnv's builtin nix support
# to prevent bootstrapping problems.
use nix
fi
+54
View File
@@ -0,0 +1,54 @@
# yaml-language-server: $schema=https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json
default:
tags:
- nix
include:
- project: oceanbox/gitlab-ci
ref: v4.5
file: template/Base.gitlab-ci.yml
# stages:
# - release
# image:
# name: alpine/helm:latest
# entrypoint: ["/bin/bash", "-c"]
# release:
# stage: release
# rules:
# - if: "$CI_COMMIT_BRANCH =~ /^main/"
# when: always
# - when: never
# script:
# - |
# cd $CI_PROJECT_DIR
# for i in $(git show --pretty="" --name-only | grep '^charts/.*/Chart.yaml' | cut -d/ -f2); do
# pack=$(helm package ./charts/$i | sed 's/Success.*: \(.*\)/\1/')
# if [ ! -z $pack ]; then
# chart=$(basename $pack)
# curl --request POST \
# --user gitlab-ci-token:$CI_JOB_TOKEN \
# --form "chart=@${chart}" \
# "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"
# fi
# done
# rebuild:
# stage: release
# rules:
# - when: manual
# allow_failure: true
# script:
# - |
# cd $CI_PROJECT_DIR
# for i in $(find ./charts -maxdepth 2 -name Chart.yaml | cut -d/ -f3); do
# pack=$(helm package ./charts/$i | sed 's/Success.*: \(.*\)/\1/')
# if [ ! -z $pack ]; then
# chart=$(basename $pack)
# curl --request POST \
# --user gitlab-ci-token:$CI_JOB_TOKEN \
# --form "chart=@${chart}" \
# "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"
# fi
# done
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/helmfile/helmfile:v1.3.1 FROM ghcr.io/helmfile/helmfile:v1.1.9
RUN mkdir -p /home/argocd/cmp-server/config/ RUN mkdir -p /home/argocd/cmp-server/config/
COPY plugin.yaml /home/argocd/cmp-server/config/ COPY plugin.yaml /home/argocd/cmp-server/config/
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
img=git.oceanbox.io/platform/manifests/helmfile-cmp img=registry.gitlab.com/oceanbox/manifests/helmfile-cmp
tag=${1:-latest} tag=${1:-latest}
docker build -t "${img}":"${tag}" . docker build -t "${img}":"${tag}" .
-3
View File
@@ -1,3 +0,0 @@
FROM busybox
COPY keycloak-themes/oceanbox /theme
@@ -1,47 +0,0 @@
/* Oceanbox Keycloak Login Theme */
/* Brand colours */
:root {
--pf-v5-global--primary-color--100: #0bb4aa;
--pf-v5-global--primary-color--200: #099e95;
--pf-v5-global--link--Color: #0bb4aa;
--pf-v5-global--link--Color--hover: #031275;
}
/* Background */
.login-pf body {
background: #f9fafd url("../img/oceanbox-bg.png") no-repeat center bottom fixed;
background-size: cover;
}
/* Logo */
div.kc-logo-text {
background-image: url('../img/oceanbox-logo-text.png');
height: 80px;
width: 360px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin: 0 auto;
}
div.kc-logo-text span {
display: none;
}
/* Primary button */
.pf-v5-c-button.pf-m-primary {
--pf-v5-c-button--m-primary--BackgroundColor: #0bb4aa;
--pf-v5-c-button--m-primary--hover--BackgroundColor: #099e95;
--pf-v5-c-button--m-primary--active--BackgroundColor: #37746F;
--pf-v5-c-button--m-primary--focus--BackgroundColor: #099e95;
}
/* Links */
a, .pf-v5-c-button.pf-m-link {
color: #0bb4aa;
}
a:hover, .pf-v5-c-button.pf-m-link:hover {
color: #031275;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

@@ -1,5 +0,0 @@
parent=keycloak.v2
import=common/keycloak
stylesCommon=vendor/patternfly-v5/patternfly.min.css vendor/patternfly-v5/patternfly-addons.css
styles=css/styles.css css/oceanbox.css
+1 -1
View File
@@ -13,7 +13,7 @@ applications:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: sys project: sys
sources: sources:
- repoURL: https://git.oceanbox.io/platform/manifests.git - repoURL: https://gitlab.com/oceanbox//manifests.git
targetRevision: HEAD targetRevision: HEAD
path: helmfile.d path: helmfile.d
plugin: plugin:
+2 -2
View File
@@ -4,10 +4,10 @@ description: Atlantis map and simulation service
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: v2.24.9 version: v1.35.2
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v2.24.9 appVersion: v1.35.2
dependencies: dependencies:
- name: diagrid-dashboard - name: diagrid-dashboard
version: "0.1.0" version: "0.1.0"
+3 -2
View File
@@ -3,8 +3,8 @@
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
image: image:
repository: git.oceanbox.io/oceanbox/poseidon/atlantis repository: registry.gitlab.com/oceanbox/poseidon/atlantis
tag: v2.24.9 tag: v1.35.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false enabled: false
@@ -116,5 +116,6 @@ serviceMonitor:
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
diagrid-dashboard: diagrid-dashboard:
enabled: false enabled: false
+2 -2
View File
@@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2.24.9 version: v1.35.2
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "v2.24.9" appVersion: "v1.35.2"
+2 -2
View File
@@ -6,11 +6,11 @@
replicaCount: 1 replicaCount: 1
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/ # This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
image: image:
repository: git.oceanbox.io/oceanbox/poseidon/codex repository: registry.gitlab.com/oceanbox/poseidon/codex
# This sets the pull policy for images. # This sets the pull policy for images.
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: v2.24.9 tag: v1.35.2
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: imagePullSecrets:
- name: gitlab-pull-secret - name: gitlab-pull-secret
@@ -8,7 +8,6 @@ data:
kind: Component kind: Component
metadata: metadata:
name: statestore name: statestore
namespace: {{ .Values.statestore.namespace | default "default" }}
scopes: scopes:
- {{ .Values.statestore.scope }} - {{ .Values.statestore.scope }}
spec: spec:
@@ -18,10 +17,10 @@ data:
- name: redisUsername - name: redisUsername
value: default value: default
- name: redisPassword - name: redisPassword
value: {{ .Values.statestore.password | default "secret" }} value: secret
- name: actorStateStore - name: actorStateStore
value: "true" value: "true"
- name: redisDB - name: redisDB
value: "{{ .Values.statestore.redisDB | default "0" }}" value: "1"
type: state.redis type: state.redis
version: v1 version: v1
-3
View File
@@ -5,9 +5,6 @@
statestore: statestore:
scope: my-scope scope: my-scope
redis: my-redis redis: my-redis
namespace: default
password: secret
redisDB: "0"
# This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ # This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
replicaCount: 1 replicaCount: 1
+2 -2
View File
@@ -12,7 +12,7 @@ description: Oceanbox Documentation
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: v0.0.2 version: v0.1.0
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v0.0.2 appVersion: v0.1.0
+2 -2
View File
@@ -42,11 +42,11 @@ spec:
value: "3" value: "3"
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /
port: http port: http
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz path: /
port: http port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
-40
View File
@@ -1,40 +0,0 @@
{{- if .Values.httpRoute.enabled -}}
{{- $fullName := include "docs.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: {{ $fullName }}
labels:
{{- include "docs.labels" . | nindent 4 }}
{{- with .Values.httpRoute.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
parentRefs:
{{- with .Values.httpRoute.parentRefs }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.httpRoute.hostnames }}
hostnames:
{{- toYaml . | nindent 4 }}
{{- end }}
rules:
{{- range .Values.httpRoute.rules }}
- matches:
{{- with .matches }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .filters }}
filters:
{{- toYaml . | nindent 8 }}
{{- end }}
backendRefs:
- group: ''
kind: Service
name: {{ $fullName }}
port: {{ $svcPort }}
weight: 1
{{- end }}
{{- end }}
+5 -12
View File
@@ -3,8 +3,8 @@
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
image: image:
repository: git.oceanbox.io/oceanbox/documentation/docs repository: registry.gitlab.com/oceanbox/documentation
tag: v0.0.2 tag: v0.1.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false enabled: false
@@ -21,9 +21,8 @@ env:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: metadata.namespace fieldPath: metadata.namespace
# imagePullSecrets: imagePullSecrets:
# - name: gitea-pull-secret - name: gitea-pull-secret
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
serviceAccount: serviceAccount:
@@ -46,15 +45,9 @@ securityContext:
service: service:
type: ClusterIP type: ClusterIP
port: 8080 port: 8080
httpRoute:
enabled: false
annotations: {}
parentRefs: []
hostnames: []
rules: []
ingress: ingress:
enabled: true enabled: true
className: haproxy className: nginx
persistence: persistence:
enabled: false enabled: false
size: 1G size: 1G
-40
View File
@@ -1,40 +0,0 @@
{{- if .Values.httpRoute.enabled -}}
{{- $fullName := include "makai.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: {{ $fullName }}
labels:
{{- include "makai.labels" . | nindent 4 }}
{{- with .Values.httpRoute.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
parentRefs:
{{- with .Values.httpRoute.parentRefs }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.httpRoute.hostnames }}
hostnames:
{{- toYaml . | nindent 4 }}
{{- end }}
rules:
{{- range .Values.httpRoute.rules }}
- matches:
{{- with .matches }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .filters }}
filters:
{{- toYaml . | nindent 8 }}
{{- end }}
backendRefs:
- group: ''
kind: Service
name: {{ $fullName }}
port: {{ $svcPort }}
weight: 1
{{- end }}
{{- end }}
+1 -10
View File
@@ -45,18 +45,9 @@ securityContext:
service: service:
type: ClusterIP type: ClusterIP
port: 8080 port: 8080
# Expose the service via gateway-api HTTPRoute instead of ingress.
# Requires Gateway API resources and a suitable controller installed within the cluster
# (see: https://gateway-api.sigs.k8s.io/guides/)
httpRoute:
enabled: false
annotations: {}
parentRefs: []
hostnames: []
rules: []
ingress: ingress:
enabled: true enabled: true
className: haproxy className: nginx
persistence: persistence:
enabled: false enabled: false
size: 1G size: 1G
-6
View File
@@ -1,6 +0,0 @@
dependencies:
- name: diagrid-dashboard
repository: file://../diagrid-dashboard
version: 0.1.0
digest: sha256:4fdb3148a2a6439223d7844a3083da2de324dd47e5cb3ac4a5d9c436e6e2c775
generated: "2026-02-25T16:15:48.608231856+01:00"
+2 -7
View File
@@ -4,12 +4,7 @@ description: A Helm chart for Kubernetes
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: v1.7.1 version: v1.6.7
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v1.7.1 appVersion: v1.6.7
dependencies:
- name: diagrid-dashboard
version: "0.1.0"
repository: "file://../diagrid-dashboard"
condition: diagrid-dashboard.enabled
+2 -4
View File
@@ -3,8 +3,8 @@
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
image: image:
repository: git.oceanbox.io/oceanbox/plume/plume repository: registry.gitlab.com/oceanbox/plume
tag: v1.7.1 tag: v1.6.7
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false enabled: false
@@ -90,5 +90,3 @@ serviceMonitor:
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
diagrid-dashboard:
enabled: false
-23
View File
@@ -1,23 +0,0 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
-6
View File
@@ -1,6 +0,0 @@
apiVersion: v2
name: proteus
description: A Helm chart for Kubernetes
type: application
version: v2.24.9
appVersion: "v2.24.9"
-69
View File
@@ -1,69 +0,0 @@
{{- if eq .Values.environment "prod" }}
apiVersion: temporal.io/v1alpha1
kind: WorkerResourceTemplate
metadata:
name: proteus-prod-hpa
namespace: proteus
spec:
workerDeploymentRef:
name: proteus-prod
template:
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
spec:
scaleTargetRef: {} # NOTE: controller injects the versioned Deployment
minReplicas: 2
maxReplicas: 10
metrics:
- type: External
external:
metric:
name: temporal_approximate_backlog_count
selector:
matchLabels:
task_type: "Activity"
target:
type: AverageValue
averageValue: "2"
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 70
{{- end }}
---
{{- if eq .Values.environment "beta" }}
apiVersion: temporal.io/v1alpha1
kind: WorkerResourceTemplate
metadata:
name: proteus-beta-hpa
namespace: proteus
spec:
workerDeploymentRef:
name: proteus-beta
template:
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
spec:
scaleTargetRef: {}
minReplicas: 1
maxReplicas: 2
metrics:
- type: External
external:
metric:
name: temporal_approximate_backlog_count
selector:
matchLabels:
task_type: "Activity"
target:
type: AverageValue
averageValue: "2"
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 70
{{- end }}
-9
View File
@@ -1,9 +0,0 @@
{{- if eq .Values.environment "prod" }}
apiVersion: temporal.io/v1alpha1
kind: Connection
metadata:
name: temporal
namespace: proteus
spec:
hostPort: temporal-frontend.temporal:7233
{{- end }}
-39
View File
@@ -1,39 +0,0 @@
{{- if eq .Values.environment "prod" }}
apiVersion: v1
kind: PersistentVolume
metadata:
name: pv-proteus-ceph-archives
spec:
accessModes:
- ReadWriteMany
capacity:
storage: 1Gi
csi:
driver: rook-ceph.cephfs.csi.ceph.com
nodeStageSecretRef:
name: rook-csi-cephfs-node
namespace: rook-ceph
volumeAttributes:
clusterID: rook-ceph
fsName: data
rootPath: /
staticVolume: "true"
volumeHandle: pv-proteus-ceph-archives
persistentVolumeReclaimPolicy: Retain
volumeMode: Filesystem
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: proteus-ceph-archives
namespace: proteus
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 1Gi
storageClassName: ""
volumeMode: Filesystem
volumeName: pv-proteus-ceph-archives
{{- end }}
@@ -1,204 +0,0 @@
{{- if eq .Values.environment "prod" }}
apiVersion: temporal.io/v1alpha1
kind: WorkerDeployment
metadata:
name: proteus-prod
namespace: proteus
spec:
replicas: 2
workerOptions:
temporalNamespace: prod-atlantis
connectionRef:
name: temporal
rollout:
strategy: AllAtOnce
sunset: {}
template:
spec:
securityContext:
runAsUser: 0
runAsGroup: 0
volumes:
- name: archives
persistentVolumeClaim:
claimName: proteus-ceph-archives
containers:
- name: proteus
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
resources:
requests:
cpu: "1"
memory: 1Gi
limits:
cpu: "2"
memory: 4Gi
env:
- name: TEMPORAL_TASK_QUEUES
value: plume,xtract
- name: TEMPORAL_NAMESPACE
value: prod-atlantis
- name: APP_ENV
value: prod
- name: ARCHIVE_PVC
value: prod-queue-ceph-archives
- name: MAX_CONCURRENT_ACTIVITIES
value: "2"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://10.255.241.12:4317
volumeMounts:
- name: archives
mountPath: /data
ports:
- name: health
containerPort: 8080
livenessProbe:
httpGet:
path: /healthz
port: health
initialDelaySeconds: 20
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 6
readinessProbe:
httpGet:
path: /readyz
port: health
initialDelaySeconds: 5
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 3
{{- end }}
---
{{- if eq .Values.environment "beta" }}
apiVersion: temporal.io/v1alpha1
kind: WorkerDeployment
metadata:
name: proteus-beta
namespace: proteus
spec:
replicas: 1
workerOptions:
temporalNamespace: beta-atlantis
connectionRef:
name: temporal
rollout:
strategy: AllAtOnce
sunset: {}
template:
spec:
securityContext:
runAsUser: 0
runAsGroup: 0
volumes:
- name: archives
persistentVolumeClaim:
claimName: proteus-ceph-archives
containers:
- name: proteus
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
resources:
requests:
cpu: 250m
memory: 256Mi
env:
- name: TEMPORAL_TASK_QUEUES
value: plume,xtract
- name: TEMPORAL_NAMESPACE
value: beta-atlantis
- name: APP_ENV
value: beta
- name: ARCHIVE_PVC
value: prod-queue-ceph-archives
- name: MAX_CONCURRENT_ACTIVITIES
value: "2"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://10.255.241.12:4317
volumeMounts:
- name: archives
mountPath: /data
ports:
- name: health
containerPort: 8080
livenessProbe:
httpGet:
path: /healthz
port: health
initialDelaySeconds: 20
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 6
readinessProbe:
httpGet:
path: /readyz
port: health
initialDelaySeconds: 5
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 3
{{- end }}
---
{{- if eq .Values.environment "staging" }}
apiVersion: temporal.io/v1alpha1
kind: WorkerDeployment
metadata:
name: proteus-staging
namespace: proteus
spec:
replicas: 1
workerOptions:
temporalNamespace: staging-atlantis
connectionRef:
name: temporal
rollout:
strategy: AllAtOnce
sunset: {}
template:
spec:
securityContext:
runAsUser: 0
runAsGroup: 0
volumes:
- name: archives
persistentVolumeClaim:
claimName: proteus-ceph-archives
containers:
- name: proteus
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
resources:
requests:
cpu: 250m
memory: 256Mi
limits:
memory: 1Gi
env:
- name: TEMPORAL_TASK_QUEUES
value: plume,xtract
- name: TEMPORAL_NAMESPACE
value: staging-atlantis
- name: MAX_CONCURRENT_ACTIVITIES
value: "10"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://10.255.241.12:4317
volumeMounts:
- name: archives
mountPath: /data
ports:
- name: health
containerPort: 8080
livenessProbe:
httpGet:
path: /healthz
port: health
initialDelaySeconds: 20
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 6
readinessProbe:
httpGet:
path: /readyz
port: health
initialDelaySeconds: 5
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 3
{{- end }}
-12
View File
@@ -1,12 +0,0 @@
# Default values for proteus.
# This chart is installed three times, like atlantis: "proteus" (environment: prod, this
# file's defaults), "proteus-staging" (environment: staging, values-staging.yaml), and
# "proteus-beta" (environment: beta, values-beta.yaml). Each release has its own Values scope,
# so all three can use the plain `image` key without colliding — the publish-container CI action
# bumps .image.tag here directly on a tagged release (same convention as charts/atlantis/values.yaml)
# and bumps values-staging.yaml's .image.tag on every merge to main. Beta's tag is manually pinned,
# same as atlantis's values-beta.yaml.gotmpl.
image:
repository: git.oceanbox.io/oceanbox/poseidon/proteus
tag: "v2.24.9"
environment: prod
+2 -2
View File
@@ -4,10 +4,10 @@ description: A Helm chart for Kubernetes
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: v2.24.9 version: v1.35.2
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v2.24.9 appVersion: v1.35.2
dependencies: dependencies:
- name: diagrid-dashboard - name: diagrid-dashboard
version: "0.1.0" version: "0.1.0"
+3 -2
View File
@@ -4,8 +4,8 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: git.oceanbox.io/oceanbox/poseidon/sorcerer repository: registry.gitlab.com/oceanbox/poseidon/sorcerer
tag: v2.24.9 tag: v1.35.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false enabled: false
@@ -108,6 +108,7 @@ serviceMonitor:
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
diagrid-dashboard: diagrid-dashboard:
enabled: false enabled: false
statestore: statestore:
+1 -1
View File
@@ -55,7 +55,7 @@ ingress:
secretName: yolo-registry-tls secretName: yolo-registry-tls
persistence: persistence:
enabled: true enabled: true
size: 5G size: 1G
storageClass: "" storageClass: ""
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
cluster: cluster:
-7
View File
@@ -20,11 +20,4 @@ environments:
- ../values/*/env.yaml.gotmpl - ../values/*/env.yaml.gotmpl
- ../values/*/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl - ../values/*/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
missingFileHandler: Info missingFileHandler: Info
beta:
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/*/env.yaml.gotmpl
- ../values/*/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
missingFileHandler: Info
+5 -4
View File
@@ -15,7 +15,7 @@ releases:
- name: argocd - name: argocd
namespace: argocd namespace: argocd
chart: argo/argo-cd chart: argo/argo-cd
version: 9.7.1 version: 7.9.1
condition: argo.enabled condition: argo.enabled
values: values:
- ../values/argo/values/argocd.yaml.gotmpl - ../values/argo/values/argocd.yaml.gotmpl
@@ -27,7 +27,7 @@ releases:
- name: argocd-apps - name: argocd-apps
namespace: argocd namespace: argocd
chart: argo/argocd-apps chart: argo/argocd-apps
version: 2.0.5 version: 2.0.4
condition: argo.apps.enabled condition: argo.apps.enabled
values: values:
- ../values/argo/values/apps.yaml.gotmpl - ../values/argo/values/apps.yaml.gotmpl
@@ -35,7 +35,7 @@ releases:
- name: argo-rollouts - name: argo-rollouts
namespace: argocd namespace: argocd
chart: argo/argo-rollouts chart: argo/argo-rollouts
version: 2.41.0 version: 2.40.5
condition: argo.rollouts.enabled condition: argo.rollouts.enabled
values: values:
- ../values/argo/values/rollouts.yaml.gotmpl - ../values/argo/values/rollouts.yaml.gotmpl
@@ -43,7 +43,7 @@ releases:
- name: argo-workflows - name: argo-workflows
namespace: argocd namespace: argocd
chart: argo/argo-workflows chart: argo/argo-workflows
version: 1.0.23 version: 0.45.27
condition: argo.workflows.enabled condition: argo.workflows.enabled
missingFileHandler: Info missingFileHandler: Info
- name: manifests - name: manifests
@@ -66,3 +66,4 @@ releases:
- '{{`{{ .Environment.Name }}`}}' - '{{`{{ .Environment.Name }}`}}'
- ../values/argo/manifests - ../values/argo/manifests
- _argo - _argo
-46
View File
@@ -1,46 +0,0 @@
# yaml-language-server: $schema=https://www.schemastore.org/helmfile.json
bases:
- ../envs/environments.yaml.gotmpl
repositories:
- name: catalyst
oci: true
url: 'public.ecr.aws/diagrid'
commonLabels:
tier: system
releases:
- name: catalyst
namespace: cra-agent
chart: catalyst/catalyst
version: 1.47.0
condition: catalyst.enabled
values:
- ../values/catalyst/values/values.yaml
- ../values/catalyst/values/values-{{ .Environment.Name }}.yaml
postRenderer: ../bin/kustomizer
postRendererArgs:
- ../values/catalyst/kustomize/{{ .Environment.Name }}
missingFileHandler: Info
- name: manifests
namespace: cra-agent
chart: manifests
condition: catalyst.enabled
missingFileHandler: Info
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/catalyst/env.yaml.gotmpl
- ../values/catalyst/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks:
- events: [ prepare, cleanup ]
showlogs: true
command: ../bin/helmify
args:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}'
- ../values/catalyst/manifests
- manifests
+1 -1
View File
@@ -13,7 +13,7 @@ releases:
- name: cert-manager - name: cert-manager
namespace: cert-manager namespace: cert-manager
chart: cert-manager/cert-manager chart: cert-manager/cert-manager
version: v1.20.2 version: v1.19.2
condition: cert_manager.enabled condition: cert_manager.enabled
values: values:
- ../values/cert-manager/values/cert-manager.yaml.gotmpl - ../values/cert-manager/values/cert-manager.yaml.gotmpl
+4 -4
View File
@@ -3,8 +3,7 @@ bases:
repositories: repositories:
- name: cilium - name: cilium
oci: true url: 'https://helm.cilium.io'
url: 'quay.io/cilium/charts'
commonLabels: commonLabels:
tier: system tier: system
@@ -16,11 +15,11 @@ releases:
- name: cilium - name: cilium
namespace: kube-system namespace: kube-system
chart: cilium/cilium chart: cilium/cilium
version: {{ if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "hel1" }}1.20.0{{ else if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "ekman" }}1.19.1{{ else }}1.16.19{{ end }} version: 1.16.2
condition: cilium.enabled condition: cilium.enabled
values: values:
- ../values/cilium/values/cilium.yaml.gotmpl - ../values/cilium/values/cilium.yaml.gotmpl
- ../values/cilium/values/cilium-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl - ../values/cilium/values/cilium-{{ .Environment.Name }}.yaml.gotmpl
missingFileHandler: Info missingFileHandler: Info
- name: manifests - name: manifests
namespace: cilium namespace: cilium
@@ -56,3 +55,4 @@ releases:
- '{{`{{ .Environment.Name }}`}}' - '{{`{{ .Environment.Name }}`}}'
- ../values/cilium/cilium-manifests - ../values/cilium/cilium-manifests
- manifests - manifests
-53
View File
@@ -1,53 +0,0 @@
bases:
- ../envs/environments.yaml.gotmpl
repositories:
- name: clickhouse
url: ghcr.io/clickhouse
oci: true
commonLabels:
tier: system
releases:
- name: clickhouse-operator
namespace: clickhouse
chart: clickhouse/clickhouse-operator-helm
version: 0.0.6
condition: clickhouse.enabled
values:
- ../values/clickhouse/values/operator.yaml.gotmpl
missingFileHandler: Info
- name: clickhouse-cluster
namespace: clickhouse
chart: clickhouse/clickhouse-cluster-helm
version: 0.0.6
condition: clickhouse.enabled
needs:
- clickhouse/clickhouse-operator
values:
- ../values/clickhouse/values/cluster.yaml.gotmpl
postRenderer: ../bin/kustomizer
postRendererArgs:
- ../values/clickhouse/kustomize/{{ .Environment.Name }}
missingFileHandler: Info
- name: manifests
namespace: clickhouse
chart: manifests
condition: clickhouse.enabled
missingFileHandler: Info
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/clickhouse/env.yaml.gotmpl
- ../values/clickhouse/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks:
- events: [ prepare, cleanup ]
showlogs: true
command: ../bin/helmify
args:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}'
- ../values/clickhouse/manifests
- manifests
+3 -3
View File
@@ -6,18 +6,18 @@ commonLabels:
releases: releases:
- name: docs - name: docs
namespace: docs namespace: {{ .Environment.Name }}-docs
chart: ../charts/docs chart: ../charts/docs
condition: docs.enabled condition: docs.enabled
values: values:
- ../values/docs/values/values.yaml - ../values/docs/values/values.yaml
- ../values/docs/values/values-{{ .Environment.Name }}.yaml.gotmpl - ../values/docs/values/values-{{ .Environment.Name }}.yaml
postRenderer: ../bin/kustomizer postRenderer: ../bin/kustomizer
postRendererArgs: postRendererArgs:
- ../values/docs/kustomize/{{ .Environment.Name }} - ../values/docs/kustomize/{{ .Environment.Name }}
missingFileHandler: Info missingFileHandler: Info
- name: manifests - name: manifests
namespace: docs namespace: {{ .Environment.Name }}-docs
chart: manifests chart: manifests
condition: docs.enabled condition: docs.enabled
missingFileHandler: Info missingFileHandler: Info
+1 -1
View File
@@ -13,7 +13,7 @@ releases:
- name: dragonfly - name: dragonfly
namespace: dragonfly namespace: dragonfly
chart: dragonfly/dragonfly-operator chart: dragonfly/dragonfly-operator
version: v1.6.1 version: v1.3.1
condition: dragonfly.enabled condition: dragonfly.enabled
values: values:
- ../values/dragonfly/values/dragonfly.yaml.gotmpl - ../values/dragonfly/values/dragonfly.yaml.gotmpl
+1 -1
View File
@@ -12,7 +12,7 @@ releases:
- name: gatus - name: gatus
namespace: uptime namespace: uptime
chart: gatus/gatus chart: gatus/gatus
version: 1.5.0 version: 1.4.5
condition: gatus.enabled condition: gatus.enabled
values: values:
- ../values/gatus/values/values.yaml - ../values/gatus/values/values.yaml
+2 -2
View File
@@ -13,10 +13,10 @@ releases:
- name: gitea - name: gitea
namespace: gitea namespace: gitea
chart: gitea/gitea chart: gitea/gitea
version: 12.6.0 version: 12.5.0
condition: gitea.enabled condition: gitea.enabled
values: values:
- ../values/gitea/values/values.yaml.gotmpl - ../values/gitea/values/values.yaml
- ../values/gitea/values/values-{{ .Environment.Name }}.yaml - ../values/gitea/values/values-{{ .Environment.Name }}.yaml
postRenderer: ../bin/kustomizer postRenderer: ../bin/kustomizer
postRendererArgs: postRendererArgs:
+3 -5
View File
@@ -2,9 +2,8 @@ bases:
- ../envs/environments.yaml.gotmpl - ../envs/environments.yaml.gotmpl
repositories: repositories:
- name: gabe565 - name: headscale
oci: true url: https://charts.gabe565.com
url: ghcr.io/gabe565/charts
commonLabels: commonLabels:
tier: system tier: system
@@ -12,8 +11,7 @@ commonLabels:
releases: releases:
- name: headscale-router - name: headscale-router
namespace: headscale namespace: headscale
chart: gabe565/headscale chart: headscale/headscale
version: 0.16.0
condition: headscale.enabled condition: headscale.enabled
values: values:
- ../values/headscale-router/values/values.yaml - ../values/headscale-router/values/values.yaml
+3 -5
View File
@@ -2,9 +2,8 @@ bases:
- ../envs/environments.yaml.gotmpl - ../envs/environments.yaml.gotmpl
repositories: repositories:
- name: gabe565 - name: headscale
oci: true url: https://charts.gabe565.com
url: ghcr.io/gabe565/charts
commonLabels: commonLabels:
tier: system tier: system
@@ -12,8 +11,7 @@ commonLabels:
releases: releases:
- name: headscale - name: headscale
namespace: headscale namespace: headscale
chart: gabe565/headscale chart: headscale/headscale
version: 0.16.0
condition: headscale.enabled condition: headscale.enabled
values: values:
- ../values/headscale/values/values.yaml - ../values/headscale/values/values.yaml
-27
View File
@@ -1,27 +0,0 @@
bases:
- ../envs/environments.yaml.gotmpl
commonLabels:
tier: system
releases:
- name: manifests
namespace: ingest
chart: manifests
condition: ingest.enabled
missingFileHandler: Info
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/ingest/env.yaml.gotmpl
- ../values/ingest/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks:
- events: [ prepare, cleanup ]
showlogs: true
command: ../bin/helmify
args:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}'
- ../values/ingest/manifests
- manifests
-44
View File
@@ -1,44 +0,0 @@
bases:
- ../envs/environments.yaml.gotmpl
repositories:
- name: haproxytech
oci: true
url: 'ghcr.io/haproxytech/helm-charts'
commonLabels:
tier: system
releases:
- name: ingress-haproxy
namespace: ingress-haproxy
chart: haproxytech/kubernetes-ingress
version: 1.52.1
condition: haproxy.enabled
values:
- ../values/ingress-haproxy/values/ingress-haproxy.yaml.gotmpl
- ../values/ingress-haproxy/values/ingress-haproxy-{{ .Environment.Name }}.yaml.gotmpl
postRenderer: ../bin/kustomizer
postRendererArgs:
- ../values/ingress-haproxy/kustomize/{{ .Environment.Name }}
missingFileHandler: Info
- name: manifests
namespace: ingress-haproxy
chart: manifests
condition: haproxy.enabled
missingFileHandler: Info
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/ingress-haproxy/env.yaml.gotmpl
- ../values/ingress-haproxy/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks:
- events: [ prepare, cleanup ]
showlogs: true
command: ../bin/helmify
args:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}'
- ../values/ingress-haproxy/manifests
- manifests
+1 -1
View File
@@ -12,7 +12,7 @@ releases:
- name: ingress-nginx - name: ingress-nginx
namespace: ingress-nginx namespace: ingress-nginx
chart: ingress-nginx/ingress-nginx chart: ingress-nginx/ingress-nginx
version: 4.15.1 version: 4.14.1
condition: nginx.enabled condition: nginx.enabled
values: values:
- ../values/ingress-nginx/values/ingress-nginx.yaml.gotmpl - ../values/ingress-nginx/values/ingress-nginx.yaml.gotmpl
-41
View File
@@ -1,41 +0,0 @@
bases:
- ../envs/environments.yaml.gotmpl
repositories:
- name: jobset
oci: true
url: registry.k8s.io/jobset/charts
releases:
- name: jobset
namespace: jobset-system
chart: jobset/jobset
version: 0.11.1
condition: jobset.enabled
values:
- ../values/jobset/values/jobset.yaml.gotmpl
- ../values/jobset/values/jobset-{{ .Environment.Name }}.yaml.gotmpl
postRenderer: ../bin/kustomizer
postRendererArgs:
- ../values/jobset/kustomize/{{ .Environment.Name }}
missingFileHandler: Info
- name: manifests
namespace: jobset-system
chart: manifests
condition: jobset.enabled
missingFileHandler: Info
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/jobset/env.yaml.gotmpl
- ../values/jobset/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks:
- events: [ prepare, cleanup ]
showlogs: true
command: ../bin/helmify
args:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}'
- ../values/jobset/manifests
- manifests
+1 -1
View File
@@ -12,7 +12,7 @@ releases:
- name: {{ .Environment.Name }}-keycloak - name: {{ .Environment.Name }}-keycloak
namespace: keycloak namespace: keycloak
chart: bitnami/keycloak chart: bitnami/keycloak
version: 25.2.0 version: 24.0.2
condition: keycloak.enabled condition: keycloak.enabled
values: values:
- ../values/keycloak/values/values.yaml - ../values/keycloak/values/values.yaml
+1 -1
View File
@@ -8,7 +8,7 @@ releases:
- name: kueue - name: kueue
namespace: kueue-system namespace: kueue-system
chart: oci://registry.k8s.io/kueue/charts/kueue chart: oci://registry.k8s.io/kueue/charts/kueue
version: 0.18.1 version: 0.15.0
condition: kueue.enabled condition: kueue.enabled
values: values:
- ../values/kueue/values/values.yaml - ../values/kueue/values/values.yaml
+1 -1
View File
@@ -15,7 +15,7 @@ releases:
- name: kyverno - name: kyverno
namespace: kyverno namespace: kyverno
chart: kyverno/kyverno chart: kyverno/kyverno
version: 3.8.1 version: 3.6.1
condition: kyverno.enabled condition: kyverno.enabled
values: values:
- ../values/kyverno/values/kyverno.yaml.gotmpl - ../values/kyverno/values/kyverno.yaml.gotmpl
+1 -1
View File
@@ -12,7 +12,7 @@ releases:
- name: loki - name: loki
namespace: loki namespace: loki
chart: loki/loki chart: loki/loki
version: 7.0.0 version: 6.42.0
condition: loki.enabled condition: loki.enabled
values: values:
- ../values/loki/values/loki.yaml.gotmpl - ../values/loki/values/loki.yaml.gotmpl
+3 -3
View File
@@ -6,18 +6,18 @@ commonLabels:
releases: releases:
- name: makai - name: makai
namespace: makai namespace: {{ .Environment.Name }}-makai
chart: ../charts/makai chart: ../charts/makai
condition: makai.enabled condition: makai.enabled
values: values:
- ../values/makai/values/values.yaml.gotmpl - ../values/makai/values/values.yaml
- ../values/makai/values/values-{{ .Environment.Name }}.yaml - ../values/makai/values/values-{{ .Environment.Name }}.yaml
postRenderer: ../bin/kustomizer postRenderer: ../bin/kustomizer
postRendererArgs: postRendererArgs:
- ../values/makai/kustomize/{{ .Environment.Name }} - ../values/makai/kustomize/{{ .Environment.Name }}
missingFileHandler: Info missingFileHandler: Info
- name: manifests - name: manifests
namespace: makai namespace: {{ .Environment.Name }}-makai
chart: manifests chart: manifests
condition: makai.enabled condition: makai.enabled
missingFileHandler: Info missingFileHandler: Info
+1 -1
View File
@@ -12,7 +12,7 @@ releases:
- name: mariadb-operator - name: mariadb-operator
namespace: mariadb-operator namespace: mariadb-operator
chart: mariadb-operator/mariadb-operator chart: mariadb-operator/mariadb-operator
version: 26.3.0 version: 25.10.3
condition: mariadb_operator.enabled condition: mariadb_operator.enabled
values: values:
- ../values/mariadb-operator/values/mariadb-operator.yaml.gotmpl - ../values/mariadb-operator/values/mariadb-operator.yaml.gotmpl
+1 -1
View File
@@ -12,7 +12,7 @@ releases:
- name: metrics-server - name: metrics-server
namespace: kube-system namespace: kube-system
chart: metrics-server/metrics-server chart: metrics-server/metrics-server
version: 3.13.1 version: 3.13.0
condition: metrics_server.enabled condition: metrics_server.enabled
values: values:
- ../values/metrics-server/values/metrics-server.yaml.gotmpl - ../values/metrics-server/values/metrics-server.yaml.gotmpl
-27
View File
@@ -1,27 +0,0 @@
bases:
- ../envs/environments.yaml.gotmpl
commonLabels:
tier: system
releases:
- name: manifests
namespace: niks3
chart: manifests
condition: niks3.enabled
missingFileHandler: Info
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/niks3/env.yaml.gotmpl
- ../values/niks3/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks:
- events: [ prepare, cleanup ]
showlogs: true
command: ../bin/helmify
args:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}'
- ../values/niks3/manifests
- manifests
+1 -1
View File
@@ -16,7 +16,7 @@ releases:
namespace: {{ .Environment.Name }}-openfga namespace: {{ .Environment.Name }}-openfga
{{- end }} {{- end }}
chart: openfga/openfga chart: openfga/openfga
version: 0.3.10 version: 0.2.50
condition: openfga.enabled condition: openfga.enabled
values: values:
- ../values/openfga/values/values.yaml - ../values/openfga/values/values.yaml
@@ -12,10 +12,10 @@ releases:
- name: opentelemetry-collector - name: opentelemetry-collector
namespace: otel namespace: otel
chart: open-telemetry/opentelemetry-collector chart: open-telemetry/opentelemetry-collector
version: 0.159.1 version: 0.142.1
condition: otel.enabled condition: otel.enabled
values: values:
- ../values/opentelemetry-collector/values/values.yaml.gotmpl - ../values/opentelemetry-collector/values/values.yaml
- ../values/opentelemetry-collector/values/values-{{ .Environment.Name }}.yaml - ../values/opentelemetry-collector/values/values-{{ .Environment.Name }}.yaml
postRenderer: ../bin/kustomizer postRenderer: ../bin/kustomizer
postRendererArgs: postRendererArgs:
+2 -2
View File
@@ -15,7 +15,7 @@ releases:
- name: postgres-operator - name: postgres-operator
namespace: cnpg namespace: cnpg
chart: cloudnative-pg/cloudnative-pg chart: cloudnative-pg/cloudnative-pg
version: 0.28.2 version: 0.27.0
condition: postgres_operator.enabled condition: postgres_operator.enabled
values: values:
- ../values/postgres-operator/values/postgres-operator.yaml.gotmpl - ../values/postgres-operator/values/postgres-operator.yaml.gotmpl
@@ -27,7 +27,7 @@ releases:
- name: plugin-barman-cloud - name: plugin-barman-cloud
namespace: cnpg namespace: cnpg
chart: cloudnative-pg/plugin-barman-cloud chart: cloudnative-pg/plugin-barman-cloud
version: 0.7.0 version: 0.3.1
condition: postgres_operator.enabled condition: postgres_operator.enabled
values: values:
- ../values/postgres-operator/values/plugin-barman-cloud.yaml.gotmpl - ../values/postgres-operator/values/plugin-barman-cloud.yaml.gotmpl
+1 -1
View File
@@ -15,7 +15,7 @@ releases:
- name: prometheus - name: prometheus
namespace: prometheus namespace: prometheus
chart: prometheus/kube-prometheus-stack chart: prometheus/kube-prometheus-stack
version: 86.3.2 version: 72.7.0
condition: prometheus.enabled condition: prometheus.enabled
values: values:
- ../values/prometheus/values/prometheus.yaml.gotmpl - ../values/prometheus/values/prometheus.yaml.gotmpl
-48
View File
@@ -1,48 +0,0 @@
bases:
- ../envs/environments.yaml.gotmpl
commonLabels:
tier: system
releases:
- name: proteus
namespace: proteus
chart: ../charts/proteus
condition: proteus.enabled
values:
- ../values/proteus/values/values-prod.yaml
missingFileHandler: Info
- name: proteus-staging
namespace: proteus
chart: ../charts/proteus
condition: proteus.enabled
values:
- ../values/proteus/values/values-staging.yaml
missingFileHandler: Info
- name: proteus-beta
namespace: proteus
chart: ../charts/proteus
condition: proteus.enabled
values:
- ../values/proteus/values/values-beta.yaml
missingFileHandler: Info
- name: manifests
namespace: proteus
chart: manifests
condition: proteus.enabled
missingFileHandler: Info
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/proteus/env.yaml.gotmpl
- ../values/proteus/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks:
- events: [ prepare, cleanup ]
showlogs: true
command: ../bin/helmify
args:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}'
- ../values/proteus/manifests
- manifests

Some files were not shown because too many files have changed in this diff Show More