Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ea1500546 |
@@ -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
|
|
||||||
|
|||||||
@@ -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,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,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}" .
|
||||||
|
|||||||
@@ -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 |
BIN
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
|
|
||||||
@@ -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.5.2
|
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.5.2
|
appVersion: v1.35.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: diagrid-dashboard
|
- name: diagrid-dashboard
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
|
|||||||
@@ -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.5.2
|
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
|
||||||
|
|||||||
@@ -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.5.2
|
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.5.2"
|
appVersion: "v1.35.2"
|
||||||
|
|||||||
@@ -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.5.2
|
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
|
||||||
|
|||||||
@@ -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
@@ -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 }}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# 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.1.0
|
tag: v0.1.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
init:
|
init:
|
||||||
@@ -21,8 +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:
|
||||||
|
|||||||
@@ -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"
|
|
||||||
@@ -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
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
@@ -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.5.2
|
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.5.2
|
appVersion: v1.35.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: diagrid-dashboard
|
- name: diagrid-dashboard
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
|
|||||||
@@ -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.5.2
|
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:
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ releases:
|
|||||||
- name: argocd
|
- name: argocd
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
chart: argo/argo-cd
|
chart: argo/argo-cd
|
||||||
version: 9.5.2
|
version: 7.9.1
|
||||||
condition: argo.enabled
|
condition: argo.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/argo/values/argocd.yaml.gotmpl
|
- ../values/argo/values/argocd.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.40.9
|
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.13
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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.19.1{{ 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
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ 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:
|
||||||
@@ -17,7 +17,7 @@ releases:
|
|||||||
- ../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
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ releases:
|
|||||||
- name: dragonfly
|
- name: dragonfly
|
||||||
namespace: dragonfly
|
namespace: dragonfly
|
||||||
chart: dragonfly/dragonfly-operator
|
chart: dragonfly/dragonfly-operator
|
||||||
version: v1.5.0
|
version: v1.3.1
|
||||||
condition: dragonfly.enabled
|
condition: dragonfly.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/dragonfly/values/dragonfly.yaml.gotmpl
|
- ../values/dragonfly/values/dragonfly.yaml.gotmpl
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ releases:
|
|||||||
- name: gitea
|
- name: gitea
|
||||||
namespace: gitea
|
namespace: gitea
|
||||||
chart: gitea/gitea
|
chart: gitea/gitea
|
||||||
version: 12.5.3
|
version: 12.5.0
|
||||||
condition: gitea.enabled
|
condition: gitea.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/gitea/values/values.yaml
|
- ../values/gitea/values/values.yaml
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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.17.1
|
version: 0.15.0
|
||||||
condition: kueue.enabled
|
condition: kueue.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/kueue/values/values.yaml
|
- ../values/kueue/values/values.yaml
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ releases:
|
|||||||
- name: kyverno
|
- name: kyverno
|
||||||
namespace: kyverno
|
namespace: kyverno
|
||||||
chart: kyverno/kyverno
|
chart: kyverno/kyverno
|
||||||
version: 3.7.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
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ releases:
|
|||||||
- name: loki
|
- name: loki
|
||||||
namespace: loki
|
namespace: loki
|
||||||
chart: loki/loki
|
chart: loki/loki
|
||||||
version: 6.55.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
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ 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:
|
||||||
@@ -17,7 +17,7 @@ releases:
|
|||||||
- ../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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ releases:
|
|||||||
namespace: {{ .Environment.Name }}-openfga
|
namespace: {{ .Environment.Name }}-openfga
|
||||||
{{- end }}
|
{{- end }}
|
||||||
chart: openfga/openfga
|
chart: openfga/openfga
|
||||||
version: 0.3.2
|
version: 0.2.50
|
||||||
condition: openfga.enabled
|
condition: openfga.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/openfga/values/values.yaml
|
- ../values/openfga/values/values.yaml
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ releases:
|
|||||||
- name: opentelemetry-collector
|
- name: opentelemetry-collector
|
||||||
namespace: otel
|
namespace: otel
|
||||||
chart: open-telemetry/opentelemetry-collector
|
chart: open-telemetry/opentelemetry-collector
|
||||||
version: 0.152.0
|
version: 0.142.1
|
||||||
condition: otel.enabled
|
condition: otel.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/opentelemetry-collector/values/values.yaml
|
- ../values/opentelemetry-collector/values/values.yaml
|
||||||
|
|||||||
@@ -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.0
|
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.6.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
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ releases:
|
|||||||
- name: prometheus
|
- name: prometheus
|
||||||
namespace: prometheus
|
namespace: prometheus
|
||||||
chart: prometheus/kube-prometheus-stack
|
chart: prometheus/kube-prometheus-stack
|
||||||
version: 82.15.1
|
version: 72.7.0
|
||||||
condition: prometheus.enabled
|
condition: prometheus.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/prometheus/values/prometheus.yaml.gotmpl
|
- ../values/prometheus/values/prometheus.yaml.gotmpl
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ releases:
|
|||||||
- name: slurm-operator
|
- name: slurm-operator
|
||||||
namespace: slinky
|
namespace: slinky
|
||||||
chart: slurm-operator/slurm-operator
|
chart: slurm-operator/slurm-operator
|
||||||
version: 1.0.3
|
version: 0.4.1
|
||||||
condition: slurm_operator.enabled
|
condition: slurm_operator.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/slurm-operator/values/slurm-operator.yaml.gotmpl
|
- ../values/slurm-operator/values/slurm-operator.yaml.gotmpl
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ releases:
|
|||||||
- name: slurm
|
- name: slurm
|
||||||
namespace: slurm
|
namespace: slurm
|
||||||
chart: slurm/slurm
|
chart: slurm/slurm
|
||||||
version: 1.0.3
|
version: 0.4.1
|
||||||
condition: slurm.enabled
|
condition: slurm.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/slurm/values/slurm.yaml.gotmpl
|
- ../values/slurm/values/slurm.yaml.gotmpl
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ releases:
|
|||||||
- name: umami
|
- name: umami
|
||||||
namespace: analytics
|
namespace: analytics
|
||||||
chart: umami/umami
|
chart: umami/umami
|
||||||
version: 7.8.2
|
version: 6.0.1
|
||||||
condition: umami.enabled
|
condition: umami.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/umami/values/values.yaml
|
- ../values/umami/values/values.yaml
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ releases:
|
|||||||
- name: velero
|
- name: velero
|
||||||
namespace: velero
|
namespace: velero
|
||||||
chart: velero/velero
|
chart: velero/velero
|
||||||
version: 12.0.0
|
version: 11.3.2
|
||||||
condition: velero.enabled
|
condition: velero.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/velero/values/velero.yaml.gotmpl
|
- ../values/velero/values/velero.yaml.gotmpl
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ releases:
|
|||||||
- name: x509-exporter
|
- name: x509-exporter
|
||||||
namespace: x509-exporter
|
namespace: x509-exporter
|
||||||
chart: x509-exporter/x509-certificate-exporter
|
chart: x509-exporter/x509-certificate-exporter
|
||||||
version: 3.21.0
|
version: 3.19.1
|
||||||
condition: x509_exporter.enabled
|
condition: x509_exporter.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/x509-exporter/values/x509-exporter.yaml.gotmpl
|
- ../values/x509-exporter/values/x509-exporter.yaml.gotmpl
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
buildGoModule,
|
|
||||||
fetchFromGitHub,
|
|
||||||
}:
|
|
||||||
buildGoModule rec {
|
|
||||||
pname = "kueuectl";
|
|
||||||
version = "0.16.3";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "kubernetes-sigs";
|
|
||||||
repo = "kueue";
|
|
||||||
rev = "v${version}";
|
|
||||||
hash = "sha256-JbU+ZoQ+YriaiIbbVCe45OTYycxYRanLhmQAdpE+xQ4=";
|
|
||||||
};
|
|
||||||
|
|
||||||
vendorHash = null;
|
|
||||||
|
|
||||||
subPackages = [ "cmd/kueuectl" ];
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"pins": {
|
||||||
|
"git-hooks": {
|
||||||
|
"type": "Git",
|
||||||
|
"repository": {
|
||||||
|
"type": "GitHub",
|
||||||
|
"owner": "cachix",
|
||||||
|
"repo": "git-hooks.nix"
|
||||||
|
},
|
||||||
|
"branch": "master",
|
||||||
|
"submodules": false,
|
||||||
|
"revision": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
|
||||||
|
"url": "https://github.com/cachix/git-hooks.nix/archive/a1ef738813b15cf8ec759bdff5761b027e3e1d23.tar.gz",
|
||||||
|
"hash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U="
|
||||||
|
},
|
||||||
|
"nixpkgs": {
|
||||||
|
"type": "Channel",
|
||||||
|
"name": "nixpkgs-unstable",
|
||||||
|
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre937085.6308c3b21396/nixexprs.tar.xz",
|
||||||
|
"hash": "sha256-RuGWBqXVEsZwwBvRGS/nRrA6PQyOQwVaAu139Z853Bk="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": 7
|
||||||
|
}
|
||||||
@@ -1,71 +0,0 @@
|
|||||||
{
|
|
||||||
sources ? import ../npins,
|
|
||||||
pkgs ? import sources.nixpkgs { },
|
|
||||||
treefmt ? import sources.treefmt-nix,
|
|
||||||
}:
|
|
||||||
let
|
|
||||||
globalExcludes = [
|
|
||||||
"npins/default.nix"
|
|
||||||
"attic"
|
|
||||||
"vcluster"
|
|
||||||
".*vendor"
|
|
||||||
".*chart/.*"
|
|
||||||
".*schema.json"
|
|
||||||
];
|
|
||||||
in
|
|
||||||
treefmt.evalModule pkgs {
|
|
||||||
projectRootFile = ".git/config";
|
|
||||||
|
|
||||||
settings = {
|
|
||||||
excludes = globalExcludes;
|
|
||||||
};
|
|
||||||
|
|
||||||
programs = {
|
|
||||||
|
|
||||||
# --- Nix formatting ---
|
|
||||||
nixfmt = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.nixfmt;
|
|
||||||
};
|
|
||||||
statix.enable = true;
|
|
||||||
deadnix.enable = true;
|
|
||||||
|
|
||||||
# --- Shell ---
|
|
||||||
shellcheck = {
|
|
||||||
enable = true;
|
|
||||||
excludes = [
|
|
||||||
"vcluster/"
|
|
||||||
"attic/"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
shfmt.enable = true;
|
|
||||||
|
|
||||||
# --- YAML ---
|
|
||||||
yamllint = {
|
|
||||||
enable = true;
|
|
||||||
excludes = [
|
|
||||||
"attic/"
|
|
||||||
"charts/templates/"
|
|
||||||
"charts/"
|
|
||||||
"values/"
|
|
||||||
"vcluster/"
|
|
||||||
];
|
|
||||||
settings = {
|
|
||||||
extends = "default";
|
|
||||||
rules = {
|
|
||||||
document-start = "disable";
|
|
||||||
line-length = {
|
|
||||||
max = 300;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# --- JSON ---
|
|
||||||
jsonfmt.enable = true;
|
|
||||||
|
|
||||||
# Optional: keep JSON sorted
|
|
||||||
# prettier.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"pins": {
|
|
||||||
"nixpkgs": {
|
|
||||||
"type": "Channel",
|
|
||||||
"name": "nixpkgs-unstable",
|
|
||||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre981196.b86751bc4085/nixexprs.tar.xz",
|
|
||||||
"hash": "sha256-mBqzkn7oJti2hqeO8iTbDxKw+1ifxpP53feQ0CEXies="
|
|
||||||
},
|
|
||||||
"treefmt-nix": {
|
|
||||||
"type": "Git",
|
|
||||||
"repository": {
|
|
||||||
"type": "GitHub",
|
|
||||||
"owner": "numtide",
|
|
||||||
"repo": "treefmt-nix"
|
|
||||||
},
|
|
||||||
"branch": "main",
|
|
||||||
"submodules": false,
|
|
||||||
"revision": "790751ff7fd3801feeaf96d7dc416a8d581265ba",
|
|
||||||
"url": "https://github.com/numtide/treefmt-nix/archive/790751ff7fd3801feeaf96d7dc416a8d581265ba.tar.gz",
|
|
||||||
"hash": "sha256-pc20NRoMdiar8oPQceQT47UUZMBTiMdUuWrYu2obUP0="
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"version": 7
|
|
||||||
}
|
|
||||||
@@ -1,151 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: arome-script
|
|
||||||
namespace: cron
|
|
||||||
data:
|
|
||||||
download.py: |
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
from netCDF4 import Dataset
|
|
||||||
import re
|
|
||||||
from datetime import datetime, timedelta
|
|
||||||
|
|
||||||
fname ="https://thredds.met.no/thredds/dodsC/meps25epsarchive/YEAR/MONTH/DAY/meps_det_sfc_YEARMONTHDAYT00Z.ncml"
|
|
||||||
outdir = "/data/hdd/data/AROME"
|
|
||||||
|
|
||||||
|
|
||||||
def generate_thredds_names(start, stop):
|
|
||||||
start_date = datetime(int(start.split("-")[0]),
|
|
||||||
int(start.split("-")[1]),
|
|
||||||
int(start.split("-")[2]))
|
|
||||||
end_date = datetime(int(stop.split("-")[0]),
|
|
||||||
int(stop.split("-")[1]),
|
|
||||||
int(stop.split("-")[2]))
|
|
||||||
|
|
||||||
date_list = []
|
|
||||||
while start_date <= end_date:
|
|
||||||
date_list.append(start_date)
|
|
||||||
start_date += timedelta(days=1)
|
|
||||||
|
|
||||||
fileList = []
|
|
||||||
for date in date_list:
|
|
||||||
y = str(date.year)
|
|
||||||
m = (str(date.month)).zfill(2)
|
|
||||||
d = (str(date.day)).zfill(2)
|
|
||||||
|
|
||||||
f = re.sub("YEAR", y, fname)
|
|
||||||
f = re.sub("MONTH", m, f)
|
|
||||||
f = re.sub("DAY", d, f)
|
|
||||||
fileList.append(f)
|
|
||||||
|
|
||||||
return fileList
|
|
||||||
|
|
||||||
def copy_thredds_file(threddsFile, savename):
|
|
||||||
dsin = Dataset(threddsFile)
|
|
||||||
|
|
||||||
dsout = Dataset(savename, "w")
|
|
||||||
|
|
||||||
for dname, the_dim in dsin.dimensions.items():
|
|
||||||
dsout.createDimension(dname, len(the_dim) if not the_dim.isunlimited() else None)
|
|
||||||
|
|
||||||
aromeNames = ["time",
|
|
||||||
"longitude",
|
|
||||||
"latitude",
|
|
||||||
"land_area_fraction",
|
|
||||||
"air_temperature_2m",
|
|
||||||
"precipitation_amount_acc",
|
|
||||||
"water_evaporation_amount",
|
|
||||||
"relative_humidity_2m",
|
|
||||||
"integral_of_surface_downwelling_longwave_flux_in_air_wrt_time",
|
|
||||||
"integral_of_surface_net_downward_shortwave_flux_wrt_time",
|
|
||||||
"air_pressure_at_sea_level",
|
|
||||||
"x_wind_10m",
|
|
||||||
"y_wind_10m"]
|
|
||||||
|
|
||||||
for v_name, varin in dsin.variables.items():
|
|
||||||
if v_name in aromeNames:
|
|
||||||
fill_value = None
|
|
||||||
|
|
||||||
if hasattr(varin, "_FillValue"):
|
|
||||||
fill_value = varin._FillValue
|
|
||||||
|
|
||||||
outVar = dsout.createVariable(v_name, varin.datatype, varin.dimensions, fill_value=fill_value)
|
|
||||||
|
|
||||||
outVar.setncatts({k: varin.getncattr(k) for k in varin.ncattrs() if k not in ["_FillValue"]})
|
|
||||||
|
|
||||||
outVar[:] = varin[:]
|
|
||||||
dsout.close()
|
|
||||||
|
|
||||||
|
|
||||||
os.makedirs(outdir, exist_ok=True)
|
|
||||||
|
|
||||||
fList = generate_thredds_names("2026-04-24", datetime.today().strftime("%Y-%m-%d"))
|
|
||||||
failed = False
|
|
||||||
for fname in fList:
|
|
||||||
savename = os.path.join(outdir, fname.split("/")[-1].split(".")[0] + ".nc")
|
|
||||||
if os.path.exists(savename):
|
|
||||||
print(f"Skipping {savename}, already exists")
|
|
||||||
continue
|
|
||||||
print(savename)
|
|
||||||
try:
|
|
||||||
try:
|
|
||||||
copy_thredds_file(fname, savename)
|
|
||||||
except:
|
|
||||||
alt_fname = re.sub("sfc", "2_5km", fname)
|
|
||||||
alt_fname = re.sub("ncml", "nc", alt_fname)
|
|
||||||
copy_thredds_file(alt_fname, savename)
|
|
||||||
except Exception as e:
|
|
||||||
print(f"File not found: {fname} ({e})")
|
|
||||||
failed = True
|
|
||||||
|
|
||||||
if failed:
|
|
||||||
sys.exit(1)
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: arome
|
|
||||||
namespace: cron
|
|
||||||
spec:
|
|
||||||
schedule: 0 6 * * * # Everyday at 06:00, use https://crontab.guru
|
|
||||||
concurrencyPolicy: "Forbid" # If only one at at time set to Allow else Forbid
|
|
||||||
successfulJobsHistoryLimit: 10
|
|
||||||
failedJobsHistoryLimit: 3
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
backoffLimit: 3
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
restartPolicy: "Never"
|
|
||||||
containers:
|
|
||||||
- name: cronpod
|
|
||||||
image: juselius/busynix:1.1
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
if nix-shell -p 'python3.withPackages(ps: [ps.netcdf4])' --run 'python3 /scripts/download.py'; then
|
|
||||||
chown -R 5000:5000 /data/hdd/data/AROME
|
|
||||||
chmod -R g+w /data/hdd/data/AROME
|
|
||||||
else
|
|
||||||
echo "Job failed, sleeping 30 minutes before retry..."
|
|
||||||
sleep 1800
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
- name: script
|
|
||||||
mountPath: /scripts
|
|
||||||
securityContext: {}
|
|
||||||
volumes:
|
|
||||||
- name: data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: ekman-data
|
|
||||||
- name: script
|
|
||||||
configMap:
|
|
||||||
name: arome-script
|
|
||||||
defaultMode: 0755
|
|
||||||
@@ -1,178 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: mur-script
|
|
||||||
namespace: cron
|
|
||||||
data:
|
|
||||||
download.py: |
|
|
||||||
import argparse
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
import requests
|
|
||||||
from datetime import datetime
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description="Download MUR SST files from NASA Earthdata")
|
|
||||||
parser.add_argument("-sd", "--start_date", required=True, help="Start date (YYYY-MM-DD)")
|
|
||||||
parser.add_argument("-ed", "--end_date", required=True, help="End date (YYYY-MM-DD)")
|
|
||||||
parser.add_argument("-o", "--out_dir", default="MUR_SST_nc", help="Output directory")
|
|
||||||
parser.add_argument("-v", "--verbose", action="store_true", help="Verbose output")
|
|
||||||
args = parser.parse_args()
|
|
||||||
|
|
||||||
|
|
||||||
def create_session():
|
|
||||||
session = requests.Session()
|
|
||||||
session.headers.update({
|
|
||||||
"User-Agent": "mur-sst-downloader",
|
|
||||||
"Accept-Encoding": "identity"
|
|
||||||
})
|
|
||||||
return session
|
|
||||||
|
|
||||||
|
|
||||||
def get_download_urls(startdate, enddate, verbose=False):
|
|
||||||
url = (
|
|
||||||
"https://cmr.earthdata.nasa.gov/search/granules.umm_json"
|
|
||||||
f"?collection_concept_id=C1996881146-POCLOUD"
|
|
||||||
f"&temporal={startdate}T00:00:00Z,{enddate}T00:00:00Z"
|
|
||||||
"&pageSize=365"
|
|
||||||
)
|
|
||||||
|
|
||||||
r = requests.get(url)
|
|
||||||
r.raise_for_status()
|
|
||||||
data = r.json()
|
|
||||||
|
|
||||||
urls = []
|
|
||||||
for item in data["items"]:
|
|
||||||
for link in item["umm"]["RelatedUrls"]:
|
|
||||||
# Prefer direct HTTPS download links
|
|
||||||
if link.get("Type") == "GET DATA":
|
|
||||||
urls.append(link["URL"])
|
|
||||||
|
|
||||||
if verbose:
|
|
||||||
print(f"Found {len(urls)} files")
|
|
||||||
|
|
||||||
return urls
|
|
||||||
|
|
||||||
|
|
||||||
def download_file(session, url, out_dir, verbose=False):
|
|
||||||
filename = os.path.basename(url)
|
|
||||||
local_path = os.path.join(out_dir, filename)
|
|
||||||
|
|
||||||
if os.path.exists(local_path):
|
|
||||||
if verbose:
|
|
||||||
print(f"Skipping existing: {filename}")
|
|
||||||
return True
|
|
||||||
|
|
||||||
if verbose:
|
|
||||||
print(f"Downloading: {filename}")
|
|
||||||
|
|
||||||
try:
|
|
||||||
with session.get(url, stream=True, allow_redirects=True, timeout=60) as r:
|
|
||||||
if r.status_code == 401:
|
|
||||||
raise Exception("Unauthorized (check .netrc credentials)")
|
|
||||||
|
|
||||||
r.raise_for_status()
|
|
||||||
|
|
||||||
with open(local_path, "wb") as f:
|
|
||||||
for chunk in r.iter_content(chunk_size=8192):
|
|
||||||
if chunk:
|
|
||||||
f.write(chunk)
|
|
||||||
|
|
||||||
if verbose:
|
|
||||||
print(f"Saved: {filename}")
|
|
||||||
return True
|
|
||||||
|
|
||||||
except Exception as e:
|
|
||||||
print(f"Failed: {filename} -> {e}")
|
|
||||||
return False
|
|
||||||
|
|
||||||
|
|
||||||
def validate_dates(start, end):
|
|
||||||
try:
|
|
||||||
datetime.strptime(start, "%Y-%m-%d")
|
|
||||||
datetime.strptime(end, "%Y-%m-%d")
|
|
||||||
except ValueError:
|
|
||||||
print("Error: Dates must be in YYYY-MM-DD format")
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
|
||||||
validate_dates(args.start_date, args.end_date)
|
|
||||||
|
|
||||||
# os.makedirs(args.out_dir, exist_ok=True)
|
|
||||||
|
|
||||||
session = create_session()
|
|
||||||
|
|
||||||
urls = get_download_urls(args.start_date, args.end_date, args.verbose)
|
|
||||||
|
|
||||||
failed = False
|
|
||||||
for url in urls:
|
|
||||||
if not download_file(session, url, args.out_dir, args.verbose):
|
|
||||||
failed = True
|
|
||||||
|
|
||||||
if failed:
|
|
||||||
sys.exit(1)
|
|
||||||
print(f"\nDone. Downloaded files to: {args.out_dir}")
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
main()
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: mur
|
|
||||||
namespace: cron
|
|
||||||
spec:
|
|
||||||
schedule: "0 6 * * *" # Everyday at 06:00, use https://crontab.guru
|
|
||||||
concurrencyPolicy: "Forbid"
|
|
||||||
successfulJobsHistoryLimit: 10
|
|
||||||
failedJobsHistoryLimit: 3
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
backoffLimit: 3
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
restartPolicy: "Never"
|
|
||||||
containers:
|
|
||||||
- name: cronpod
|
|
||||||
image: juselius/busynix:1.1
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
nix-shell -p 'python3.withPackages(ps: [ps.requests])' coreutils --run '
|
|
||||||
python3 /scripts/download.py \
|
|
||||||
-sd $(date -d "3 days ago" +%Y-%m-%d) \
|
|
||||||
-ed $(date +%Y-%m-%d) \
|
|
||||||
-o /data/hdd/data/river-data/MUR/MUR_SST_nc \
|
|
||||||
-v &&
|
|
||||||
chown -R 5000:5000 /data/hdd/data/river-data/MUR/MUR_SST_nc &&
|
|
||||||
chmod -R g+w /data/hdd/data/river-data/MUR/MUR_SST_nc
|
|
||||||
' || {
|
|
||||||
echo "Job failed, sleeping 30 minutes before retry..."
|
|
||||||
sleep 1800
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
- name: script
|
|
||||||
mountPath: /scripts
|
|
||||||
- name: netrc
|
|
||||||
mountPath: /root/.netrc
|
|
||||||
subPath: .netrc
|
|
||||||
readOnly: true
|
|
||||||
securityContext: {}
|
|
||||||
volumes:
|
|
||||||
- name: data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: ekman-data
|
|
||||||
- name: script
|
|
||||||
configMap:
|
|
||||||
name: mur-script
|
|
||||||
defaultMode: 0755
|
|
||||||
- name: netrc
|
|
||||||
secret:
|
|
||||||
secretName: mur-netrc
|
|
||||||
@@ -1,245 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: nemo-script
|
|
||||||
namespace: cron
|
|
||||||
data:
|
|
||||||
download.sh: |
|
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# this script downloads files from
|
|
||||||
# https://data.marine.copernicus.eu/product/NWSHELF_ANALYSISFORECAST_PHY_004_013
|
|
||||||
|
|
||||||
set -euf -o pipefail
|
|
||||||
|
|
||||||
START_DATE="$1"
|
|
||||||
END_DATE="$2"
|
|
||||||
|
|
||||||
current_date="$START_DATE"
|
|
||||||
|
|
||||||
while [[ "$current_date" < "$END_DATE" ]]; do
|
|
||||||
next_date=$(date -I -d "$current_date + 1 day")
|
|
||||||
echo "Running subset for $current_date to $next_date"
|
|
||||||
|
|
||||||
outfile="cmems_mod_nws_phy-sal_anfc_1.5km-3D_PT1H-i_${current_date}--${next_date}.nc"
|
|
||||||
if [[ -f "/data/hdd/data/NEMO/$outfile" ]]; then
|
|
||||||
echo "Skipping salt (already exists)"
|
|
||||||
else
|
|
||||||
copernicusmarine subset \
|
|
||||||
--dataset-id cmems_mod_nws_phy-sal_anfc_1.5km-3D_PT1H-i \
|
|
||||||
-t "$current_date" \
|
|
||||||
-T "$next_date" \
|
|
||||||
-f "$outfile" \
|
|
||||||
-o /data/hdd/data/NEMO/
|
|
||||||
echo "Downloaded salt"
|
|
||||||
fi
|
|
||||||
|
|
||||||
outfile="cmems_mod_nws_phy-cur_anfc_1.5km-3D_PT1H-i_${current_date}--${next_date}.nc"
|
|
||||||
if [[ -f "/data/hdd/data/NEMO/$outfile" ]]; then
|
|
||||||
echo "Skipping currents (already exists)"
|
|
||||||
else
|
|
||||||
copernicusmarine subset \
|
|
||||||
--dataset-id cmems_mod_nws_phy-cur_anfc_1.5km-3D_PT1H-i \
|
|
||||||
-t "$current_date" \
|
|
||||||
-T "$next_date" \
|
|
||||||
-f "$outfile" \
|
|
||||||
-o /data/hdd/data/NEMO/
|
|
||||||
echo "Downloaded currents"
|
|
||||||
fi
|
|
||||||
|
|
||||||
outfile="cmems_mod_nws_phy-tem_anfc_1.5km-3D_PT1H-i_${current_date}--${next_date}.nc"
|
|
||||||
if [[ -f "/data/hdd/data/NEMO/$outfile" ]]; then
|
|
||||||
echo "Skipping temperature (already exists)"
|
|
||||||
else
|
|
||||||
copernicusmarine subset \
|
|
||||||
--dataset-id cmems_mod_nws_phy-tem_anfc_1.5km-3D_PT1H-i \
|
|
||||||
-t "$current_date" \
|
|
||||||
-T "$next_date" \
|
|
||||||
-f "$outfile" \
|
|
||||||
-o /data/hdd/data/NEMO/
|
|
||||||
echo "Downloaded temperature"
|
|
||||||
fi
|
|
||||||
|
|
||||||
outfile="cmems_mod_nws_phy-ssh_anfc_1.5km-2D_PT15M-i_${current_date}--${next_date}.nc"
|
|
||||||
if [[ -f "/data/hdd/data/NEMO/$outfile" ]]; then
|
|
||||||
echo "Skipping ssh (already exists)"
|
|
||||||
else
|
|
||||||
copernicusmarine subset \
|
|
||||||
--dataset-id cmems_mod_nws_phy-ssh_anfc_1.5km-2D_PT15M-i \
|
|
||||||
-t "$current_date" \
|
|
||||||
-T "$next_date" \
|
|
||||||
-f "$outfile" \
|
|
||||||
-o /data/hdd/data/NEMO/
|
|
||||||
echo "Downloaded ssh"
|
|
||||||
fi
|
|
||||||
|
|
||||||
current_date="$next_date"
|
|
||||||
done
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: nemo-nix
|
|
||||||
namespace: cron
|
|
||||||
data:
|
|
||||||
shell.nix: |
|
|
||||||
let
|
|
||||||
nixpkgs = builtins.fetchTarball {
|
|
||||||
url = "https://releases.nixos.org/nixos/25.11/nixos-25.11.9586.10e7ad5bbcb4/nixexprs.tar.xz";
|
|
||||||
sha256 = "sha256-wjAIDqQxE+kWV2lbykQCcS+F0ArQwmN8iNw0kcj4iaA=";
|
|
||||||
};
|
|
||||||
pkgs = import nixpkgs { overlays = [ (import ./default.nix) ]; };
|
|
||||||
in pkgs.mkShell {
|
|
||||||
buildInputs = [
|
|
||||||
(pkgs.python3.withPackages (ps: [ pkgs.copernicusmarine ]))
|
|
||||||
pkgs.coreutils
|
|
||||||
pkgs.bash
|
|
||||||
];
|
|
||||||
}
|
|
||||||
default.nix: |
|
|
||||||
final: prev: {
|
|
||||||
arcosparse = prev.callPackage ./arcosparse.nix { };
|
|
||||||
copernicusmarine = prev.callPackage ./copernicusmarine.nix {
|
|
||||||
arcosparse = final.arcosparse;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
copernicusmarine.nix: |
|
|
||||||
{
|
|
||||||
fetchPypi,
|
|
||||||
python3Packages,
|
|
||||||
arcosparse,
|
|
||||||
}:
|
|
||||||
python3Packages.buildPythonPackage rec {
|
|
||||||
pname = "copernicusmarine";
|
|
||||||
version = "2.2.2";
|
|
||||||
format = "pyproject";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
|
||||||
inherit version;
|
|
||||||
pname = "copernicusmarine";
|
|
||||||
sha256 = "sha256-5T3iH4Hh08wIao2MMveb/bVnVz0pK0PoN4CRk811P0g=";
|
|
||||||
};
|
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [ python3Packages.poetry-core ];
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
|
||||||
boto3
|
|
||||||
click
|
|
||||||
dask
|
|
||||||
h5netcdf
|
|
||||||
arcosparse
|
|
||||||
lxml
|
|
||||||
numpy
|
|
||||||
pydantic
|
|
||||||
pystac
|
|
||||||
requests
|
|
||||||
semver
|
|
||||||
setuptools
|
|
||||||
tqdm
|
|
||||||
xarray
|
|
||||||
zarr
|
|
||||||
];
|
|
||||||
}
|
|
||||||
arcosparse.nix: |
|
|
||||||
{
|
|
||||||
fetchPypi,
|
|
||||||
python3Packages,
|
|
||||||
}:
|
|
||||||
python3Packages.buildPythonPackage rec {
|
|
||||||
pname = "arcosparse";
|
|
||||||
version = "0.4.2";
|
|
||||||
format = "pyproject";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
|
||||||
inherit version;
|
|
||||||
pname = "arcosparse";
|
|
||||||
sha256 = "sha256-Z8NW+dsC3uXk101kr8tzsgjAoFb4KNdGkxyFkJ5UhFA=";
|
|
||||||
};
|
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [ python3Packages.poetry-core ];
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
|
||||||
pyarrow
|
|
||||||
pandas
|
|
||||||
pystac
|
|
||||||
tqdm
|
|
||||||
requests
|
|
||||||
];
|
|
||||||
}
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: nemo
|
|
||||||
namespace: cron
|
|
||||||
spec:
|
|
||||||
schedule: "0 13 * * *" # Everyday at 13:00, use https://crontab.guru
|
|
||||||
concurrencyPolicy: "Forbid"
|
|
||||||
successfulJobsHistoryLimit: 10
|
|
||||||
failedJobsHistoryLimit: 3
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
backoffLimit: 3
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
restartPolicy: "Never"
|
|
||||||
containers:
|
|
||||||
- name: cronpod
|
|
||||||
image: ghcr.io/lix-project/lix:latest
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
nix-shell /nix-overlay/shell.nix \
|
|
||||||
--keep COPERNICUSMARINE_SERVICE_USERNAME \
|
|
||||||
--keep COPERNICUSMARINE_SERVICE_PASSWORD \
|
|
||||||
--run '
|
|
||||||
copernicusmarine login \
|
|
||||||
--username "$COPERNICUSMARINE_SERVICE_USERNAME" \
|
|
||||||
--password "$COPERNICUSMARINE_SERVICE_PASSWORD" \
|
|
||||||
--force-overwrite &&
|
|
||||||
bash /scripts/download.sh \
|
|
||||||
$(date -d "2 days ago" +%Y-%m-%d) \
|
|
||||||
$(date +%Y-%m-%d) &&
|
|
||||||
chown -R 5000:5000 /data/hdd/data/NEMO &&
|
|
||||||
chmod -R g+w /data/hdd/data/NEMO
|
|
||||||
' || {
|
|
||||||
echo "Job failed, sleeping 30 minutes before retry..."
|
|
||||||
sleep 1800
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
env:
|
|
||||||
- name: COPERNICUSMARINE_SERVICE_USERNAME
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: nemo-credentials
|
|
||||||
key: username
|
|
||||||
- name: COPERNICUSMARINE_SERVICE_PASSWORD
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: nemo-credentials
|
|
||||||
key: password
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
- name: script
|
|
||||||
mountPath: /scripts
|
|
||||||
- name: nix
|
|
||||||
mountPath: /nix-overlay
|
|
||||||
securityContext: {}
|
|
||||||
volumes:
|
|
||||||
- name: data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: ekman-data
|
|
||||||
- name: script
|
|
||||||
configMap:
|
|
||||||
name: nemo-script
|
|
||||||
defaultMode: 0755
|
|
||||||
- name: nix
|
|
||||||
configMap:
|
|
||||||
name: nemo-nix
|
|
||||||
defaultMode: 0644
|
|
||||||
@@ -1,113 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: norkyst-script
|
|
||||||
namespace: cron
|
|
||||||
data:
|
|
||||||
download.sh: |
|
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# this script downloads files from:
|
|
||||||
# https://thredds.met.no/thredds/catalog/fou-hi/new_norkyst800m/norkyst_v3_test/his/catalog.html
|
|
||||||
|
|
||||||
# safe bash settings
|
|
||||||
set -euf -o pipefail
|
|
||||||
|
|
||||||
JOBS=8 # parallel downloads
|
|
||||||
|
|
||||||
# define start and end dates (YYYY-MM-DD)
|
|
||||||
start_date=$(date -d "yesterday" +%Y-%m-%d)
|
|
||||||
end_date=$(date -d "yesterday" +%Y-%m-%d)
|
|
||||||
|
|
||||||
# check if thredds is reachable before attempting any downloads
|
|
||||||
if ! wget --spider --quiet "https://thredds.met.no/thredds/catalog/fou-hi/new_norkyst800m/norkyst_v3_test/his/catalog.html"; then
|
|
||||||
echo "thredds.met.no is unreachable, aborting"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# function to print stuff in red
|
|
||||||
red() {
|
|
||||||
printf "\e[31m%s\e[0m" "$1"
|
|
||||||
}
|
|
||||||
|
|
||||||
download_day() {
|
|
||||||
local current_date="$1"
|
|
||||||
local year month day file_name target_file_name url
|
|
||||||
year=$(date -d "${current_date}" +%Y)
|
|
||||||
month=$(date -d "${current_date}" +%m)
|
|
||||||
day=$(date -d "${current_date}" +%d)
|
|
||||||
|
|
||||||
mkdir -p "/data/hdd/data/norkyst/${year}/${month}"
|
|
||||||
|
|
||||||
file_name="norkyst800_his_sdepth_${year}${month}${day}T00Z_m00_AN.nc"
|
|
||||||
target_file_name="/data/hdd/data/norkyst/${year}/${month}/${file_name}"
|
|
||||||
url="https://thredds.met.no/thredds/fileServer/fou-hi/new_norkyst800m/norkyst_v3_test/his/${year}/${month}/${day}/${file_name}"
|
|
||||||
|
|
||||||
if [[ ! -f "${target_file_name}" ]]; then
|
|
||||||
if wget --spider --quiet "${url}"; then
|
|
||||||
echo "downloading ${url}"
|
|
||||||
wget --tries=5 --waitretry=60 -O "${target_file_name}" "${url}"
|
|
||||||
else
|
|
||||||
echo "${target_file_name} $(red 'not found on server')"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
echo "${target_file_name} already exists locally"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
export -f download_day red
|
|
||||||
|
|
||||||
current_date=$(date -d "${start_date}" +%Y-%m-%d)
|
|
||||||
while [[ "${current_date}" < "${end_date}" || "${current_date}" == "${end_date}" ]]; do
|
|
||||||
echo "${current_date}"
|
|
||||||
current_date=$(date -d "${current_date} + 1 day" +%Y-%m-%d)
|
|
||||||
done | parallel -j "${JOBS}" download_day
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: norkyst
|
|
||||||
namespace: cron
|
|
||||||
spec:
|
|
||||||
schedule: 0 13 * * * # Everyday at 13:00, use https://crontab.guru
|
|
||||||
concurrencyPolicy: "Allow"
|
|
||||||
successfulJobsHistoryLimit: 10
|
|
||||||
failedJobsHistoryLimit: 3
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
backoffLimit: 3
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
restartPolicy: "Never"
|
|
||||||
containers:
|
|
||||||
- name: cronpod
|
|
||||||
image: juselius/busynix:1.1
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
nix-env -iA nixpkgs.wget nixpkgs.coreutils nixpkgs.bash nixpkgs.parallel
|
|
||||||
if bash /scripts/download.sh; then
|
|
||||||
chown -R 10000:10000 /data/hdd/data/norkyst
|
|
||||||
chmod -R g+w /data/hdd/data/norkyst
|
|
||||||
else
|
|
||||||
echo "Job failed, sleeping 30 minutes before retry..."
|
|
||||||
sleep 1800
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
- name: script
|
|
||||||
mountPath: /scripts
|
|
||||||
securityContext: {}
|
|
||||||
volumes:
|
|
||||||
- name: data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: ekman-data
|
|
||||||
- name: script
|
|
||||||
configMap:
|
|
||||||
name: norkyst-script
|
|
||||||
defaultMode: 0755
|
|
||||||
@@ -1,153 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: norshelf-script
|
|
||||||
namespace: cron
|
|
||||||
data:
|
|
||||||
download.sh: |
|
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# this script downloads files from:
|
|
||||||
# https://thredds.met.no/thredds/catalog/sea_norshelf_files/YYYY/catalog.html
|
|
||||||
|
|
||||||
# safe bash settings
|
|
||||||
set -euf -o pipefail
|
|
||||||
|
|
||||||
# define start and end dates (YYYY-MM-DD)
|
|
||||||
start_date="2026-03-01"
|
|
||||||
end_date=$(date +%Y-%m-%d)
|
|
||||||
|
|
||||||
# check if thredds is reachable before attempting any downloads
|
|
||||||
if ! wget --spider --quiet "https://thredds.met.no/thredds/catalog/sea_norshelf_files/catalog.html"; then
|
|
||||||
echo "thredds.met.no is unreachable, aborting"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# function to print stuff in red
|
|
||||||
red() {
|
|
||||||
printf "\e[31m%s\e[0m" "$1"
|
|
||||||
}
|
|
||||||
|
|
||||||
current_date=$(date -d "${start_date}" +%Y-%m-%d)
|
|
||||||
while [[ "${current_date}" < "${end_date}" || "${current_date}" == "${end_date}" ]]; do
|
|
||||||
year=$(date -d "${current_date}" +%Y)
|
|
||||||
month=$(date -d "${current_date}" +%m)
|
|
||||||
day=$(date -d "${current_date}" +%d)
|
|
||||||
|
|
||||||
mkdir -p "/data/hdd/data/norshelf/sea_norshelf_files/${year}/${month}"
|
|
||||||
|
|
||||||
file_name="norshelf_qck_an_${year}${month}${day}T00Z.nc"
|
|
||||||
target_file_name="/data/hdd/data/norshelf/sea_norshelf_files/${year}/${month}/${file_name}"
|
|
||||||
url="https://thredds.met.no/thredds/fileServer/sea_norshelf_files/${year}/${month}/${file_name}"
|
|
||||||
|
|
||||||
if [[ ! -f "${target_file_name}" ]]; then
|
|
||||||
if wget --spider --quiet "${url}"; then
|
|
||||||
echo "downloading ${url}"
|
|
||||||
wget --tries=5 --waitretry=60 -O "${target_file_name}" "${url}"
|
|
||||||
else
|
|
||||||
echo "${target_file_name} $(red 'not found on server')"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
echo "${target_file_name} already exists locally"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# move to next day
|
|
||||||
current_date=$(date -d "${current_date} + 1 day" +%Y-%m-%d)
|
|
||||||
done
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: norshelf
|
|
||||||
namespace: cron
|
|
||||||
spec:
|
|
||||||
schedule: 0 13 * * * # Everyday at 13:00, use https://crontab.guru
|
|
||||||
concurrencyPolicy: "Forbid" # If only one at at time set to Allow else Forbid
|
|
||||||
successfulJobsHistoryLimit: 10
|
|
||||||
failedJobsHistoryLimit: 3
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
backoffLimit: 3
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
restartPolicy: "Never"
|
|
||||||
containers:
|
|
||||||
- name: cronpod
|
|
||||||
image: juselius/busynix:1.1
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
nix-env -iA nixpkgs.wget nixpkgs.coreutils nixpkgs.bash
|
|
||||||
if bash /scripts/download.sh; then
|
|
||||||
chown -R 5000:5000 /data/hdd/data/norshelf
|
|
||||||
chmod -R g+w /data/hdd/data/norshelf
|
|
||||||
else
|
|
||||||
echo "Job failed, sleeping 30 minutes before retry..."
|
|
||||||
sleep 1800
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
- name: script
|
|
||||||
mountPath: /scripts
|
|
||||||
securityContext: {}
|
|
||||||
volumes:
|
|
||||||
- name: data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: ekman-data
|
|
||||||
- name: script
|
|
||||||
configMap:
|
|
||||||
name: norshelf-script
|
|
||||||
defaultMode: 0755
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: ekman-data
|
|
||||||
namespace: cron
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteMany
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 1Gi
|
|
||||||
storageClassName: ""
|
|
||||||
volumeMode: Filesystem
|
|
||||||
volumeName: pv-ekman-data
|
|
||||||
status:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteMany
|
|
||||||
capacity:
|
|
||||||
storage: 1Gi
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolume
|
|
||||||
metadata:
|
|
||||||
name: pv-ekman-data
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteMany
|
|
||||||
claimRef:
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
name: ekman-data
|
|
||||||
namespace: cron
|
|
||||||
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-ekman-data
|
|
||||||
persistentVolumeReclaimPolicy: Retain
|
|
||||||
volumeMode: Filesystem
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: nve-config
|
|
||||||
namespace: cron
|
|
||||||
data:
|
|
||||||
appsettings.json: |
|
|
||||||
{
|
|
||||||
"NveUrl": "https://chartserver.nve.no/ShowData.aspx?req=getchart&ver=1.0",
|
|
||||||
"DataDir": "/data/hdd/data/river-data"
|
|
||||||
}
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: CronJob
|
|
||||||
metadata:
|
|
||||||
name: nve
|
|
||||||
namespace: cron
|
|
||||||
spec:
|
|
||||||
schedule: "0 8 * * *" # Everyday at 08:00, use https://crontab.guru
|
|
||||||
concurrencyPolicy: "Forbid"
|
|
||||||
successfulJobsHistoryLimit: 10
|
|
||||||
failedJobsHistoryLimit: 3
|
|
||||||
jobTemplate:
|
|
||||||
spec:
|
|
||||||
backoffLimit: 3
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
restartPolicy: "Never"
|
|
||||||
containers:
|
|
||||||
- name: cronpod
|
|
||||||
image: git.oceanbox.io/oceanbox/churn/riverrun:24a8bbbc-debug
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
if riverrun data --download --ndays 5000; then
|
|
||||||
chown -R 5000:5000 /data/hdd/data/river-data/Data
|
|
||||||
chmod -R g+w /data/hdd/data/river-data/Data
|
|
||||||
else
|
|
||||||
echo "Job failed, sleeping 30 minutes before retry..."
|
|
||||||
sleep 1800
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
resources: {}
|
|
||||||
volumeMounts:
|
|
||||||
- name: data
|
|
||||||
mountPath: /data
|
|
||||||
- name: config
|
|
||||||
mountPath: /app/appsettings.json
|
|
||||||
subPath: appsettings.json
|
|
||||||
readOnly: true
|
|
||||||
securityContext: {}
|
|
||||||
volumes:
|
|
||||||
- name: data
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: ekman-data
|
|
||||||
- name: config
|
|
||||||
configMap:
|
|
||||||
name: nve-config
|
|
||||||
+1
-3
@@ -3,12 +3,10 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"minimumReleaseAge": "7 days",
|
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"semanticCommits": "disabled",
|
"semanticCommits": "disabled",
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"**/bootstrap/**",
|
"**/bootstrap/**"
|
||||||
"**/attic/**"
|
|
||||||
],
|
],
|
||||||
"helmfile": {
|
"helmfile": {
|
||||||
"managerFilePatterns": [
|
"managerFilePatterns": [
|
||||||
|
|||||||
@@ -1,51 +1,57 @@
|
|||||||
let
|
let
|
||||||
sources = import ./npins;
|
sources = import ./nix;
|
||||||
system = builtins.currentSystem;
|
system = builtins.currentSystem;
|
||||||
pkgs = import sources.nixpkgs {
|
pkgs = import sources.nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config = { };
|
config = { };
|
||||||
overlays = [ ];
|
overlays = [ ];
|
||||||
};
|
};
|
||||||
treefmt = import ./nix/treefmt.nix { };
|
checks = import ./nix/checks.nix;
|
||||||
kueuectl = pkgs.callPackage ./nix/kueuectl.nix { };
|
|
||||||
in
|
in
|
||||||
pkgs.mkShellNoCC {
|
pkgs.mkShellNoCC {
|
||||||
packages = [
|
name = "clstr";
|
||||||
# dev tools
|
|
||||||
pkgs.just
|
|
||||||
pkgs.npins
|
|
||||||
treefmt.config.build.wrapper
|
|
||||||
|
|
||||||
# helm
|
packages =
|
||||||
pkgs.helmfile
|
with pkgs;
|
||||||
pkgs.kubernetes-helm
|
[
|
||||||
|
# dev tools
|
||||||
|
just
|
||||||
|
npins
|
||||||
|
|
||||||
# kubectl tools
|
# helm
|
||||||
pkgs.kubectl-cnpg
|
helmfile
|
||||||
pkgs.kubectl-neat
|
kubernetes-helm
|
||||||
pkgs.kubectl-graph
|
|
||||||
pkgs.kubectl-klock
|
|
||||||
pkgs.kubectl-rook-ceph
|
|
||||||
|
|
||||||
# other tools activate when needed
|
# kubectl tools
|
||||||
kueuectl
|
kubectl-cnpg
|
||||||
# pkgs.step-cli
|
kubectl-neat
|
||||||
# pkgs.linkerd
|
kubelogin
|
||||||
# pkgs.cmctl
|
kubelogin-oidc
|
||||||
# pkgs.rclone
|
kubectl-rook-ceph
|
||||||
# pkgs.velero
|
kubectl-graph
|
||||||
# pkgs.renovate
|
kubectl-klock
|
||||||
# pkgs.graphviz
|
graphviz
|
||||||
# pkgs.hubble
|
|
||||||
pkgs.cilium-cli
|
# other tools activate when needed
|
||||||
pkgs.dapr-cli
|
# step-cli
|
||||||
];
|
# linkerd
|
||||||
|
# cmctl
|
||||||
|
# rclone
|
||||||
|
# velero
|
||||||
|
renovate
|
||||||
|
|
||||||
|
# dapr
|
||||||
|
dapr-cli
|
||||||
|
]
|
||||||
|
++ checks.enabledPackages;
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
ARGOCD_ENV_CLUSTER_NAME = "ekman";
|
ARGOCD_ENV_CLUSTER_NAME = "ekman";
|
||||||
HELM_GIT_ACCESS_TOKEN = "glpat-xxx";
|
HELM_GIT_ACCESS_TOKEN = "glpat-xxx";
|
||||||
API_SERVER_IP = "localhost";
|
|
||||||
API_SERVER_PORT = "7445";
|
shellHook = builtins.concatStringsSep "\n" [
|
||||||
|
checks.shellHook
|
||||||
|
];
|
||||||
|
|
||||||
# Alternative shells
|
# Alternative shells
|
||||||
passthru = pkgs.lib.mapAttrs (name: value: pkgs.mkShellNoCC (value // { inherit name; })) {
|
passthru = pkgs.lib.mapAttrs (name: value: pkgs.mkShellNoCC (value // { inherit name; })) {
|
||||||
@@ -53,6 +59,9 @@ pkgs.mkShellNoCC {
|
|||||||
packages = [
|
packages = [
|
||||||
pkgs.npins
|
pkgs.npins
|
||||||
];
|
];
|
||||||
|
shellHook = ''
|
||||||
|
export NPINS_DIRECTORY="nix"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,11 @@ argocd:
|
|||||||
cpu: 250m
|
cpu: 250m
|
||||||
repoServers:
|
repoServers:
|
||||||
- name: "helmfile-cmp"
|
- name: "helmfile-cmp"
|
||||||
image: "git.oceanbox.io/platform/manifests/helmfile-cmp:latest"
|
image: "registry.gitlab.com/oceanbox/manifests/helmfile-cmp:latest"
|
||||||
|
imagePullSecrets:
|
||||||
|
- gitlab-pull-secret
|
||||||
|
- name: "kustomize-helm-with-rewrite"
|
||||||
|
image: "registry.gitlab.com/oceanbox/manifests/kustomize-helm-with-rewrite:latest"
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- gitlab-pull-secret
|
- gitlab-pull-secret
|
||||||
additional_rbac_settings:
|
additional_rbac_settings:
|
||||||
|
|||||||
@@ -92,19 +92,9 @@ spec:
|
|||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
- namespace: postfix
|
- namespace: postfix
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
- namespace: jobset-system
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
- namespace: dex
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
- namespace: cra-agent
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
- namespace: catalyst
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
sourceRepos:
|
sourceRepos:
|
||||||
- https://argoproj.github.io/argo-helm
|
- https://argoproj.github.io/argo-helm
|
||||||
- https://kubernetes-sigs.github.io/metrics-server/
|
- https://kubernetes-sigs.github.io/metrics-server/
|
||||||
- https://git.oceanbox.io/platform/manifests.git
|
|
||||||
- https://git.oceanbox.io/platform/manifests
|
|
||||||
- https://gitlab.com/oceanbox/manifests.git
|
- https://gitlab.com/oceanbox/manifests.git
|
||||||
- https://kubernetes.github.io/ingress-nginx
|
- https://kubernetes.github.io/ingress-nginx
|
||||||
- https://cloudnative-pg.github.io/charts
|
- https://cloudnative-pg.github.io/charts
|
||||||
@@ -137,14 +127,9 @@ spec:
|
|||||||
- ghcr.io/slinkyproject/charts/slurm-operator
|
- ghcr.io/slinkyproject/charts/slurm-operator
|
||||||
- ghcr.io/slinkyproject/charts/slurm-operator-crds
|
- ghcr.io/slinkyproject/charts/slurm-operator-crds
|
||||||
- ghcr.io/spegel-org/helm-charts
|
- ghcr.io/spegel-org/helm-charts
|
||||||
- quay.io/cilium/charts
|
|
||||||
- quay.io/jetstack/charts
|
|
||||||
- registry.k8s.io/jobset/charts/jobset
|
|
||||||
- ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator
|
- ghcr.io/dragonflydb/dragonfly-operator/helm/dragonfly-operator
|
||||||
- docker.gitea.com
|
- docker.gitea.com
|
||||||
- https://operator.mariadb.com/mariadb-enterprise-operator
|
- https://operator.mariadb.com/mariadb-enterprise-operator
|
||||||
- https://ot-container-kit.github.io/helm-charts
|
|
||||||
- https://operator.mariadb.com
|
- https://operator.mariadb.com
|
||||||
|
- https://ot-container-kit.github.io/helm-charts
|
||||||
- https://twin.github.io/helm-charts
|
- https://twin.github.io/helm-charts
|
||||||
- https://charts.dexidp.io
|
|
||||||
- public.ecr.aws/diagrid/catalyst
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user