diff --git a/argocd/applications/archive-production/cassandra-replay-application.yaml b/argocd/applications/archive-production/cassandra-replay-application.yaml index edcbf19..17d4fcc 100644 --- a/argocd/applications/archive-production/cassandra-replay-application.yaml +++ b/argocd/applications/archive-production/cassandra-replay-application.yaml @@ -1,25 +1,25 @@ # Declare the application to deploy the swh services apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: archive-production-cassandra-replay namespace: argocd spec: project: default source: repoURL: 'https://forge.softwareheritage.org/source/swh-charts.git' path: swh - targetRevision: master + targetRevision: production helm: valueFiles: - ../values-swh-application-versions.yaml - values/default.yaml - values/cassandra-replay.yaml releaseName: swh destination: server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-2mwgb namespace: cassandra-replay syncPolicy: automated: prune: true selfHeal: true diff --git a/argocd/applications/archive-staging/cluster-application.yaml b/argocd/applications/archive-staging/cluster-application.yaml index 74daecb..9757392 100644 --- a/argocd/applications/archive-staging/cluster-application.yaml +++ b/argocd/applications/archive-staging/cluster-application.yaml @@ -1,23 +1,23 @@ # Declare the applications applying the "archive-staging" configuration # basically apply the content of the "archive-staging" directory on the # "archive-staging" cluster apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: archive-staging-configuration namespace: argocd spec: project: default source: repoURL: https://forge.softwareheritage.org/source/k8s-clusters-conf.git - targetRevision: HEAD + targetRevision: master path: archive-staging directory: recurse: true destination: server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-cx2bq syncPolicy: automated: prune: true selfHeal: true allowEmpty: false diff --git a/argocd/applications/archive-staging/swh-application.yaml b/argocd/applications/archive-staging/swh-application.yaml index fed447d..7f12aa6 100644 --- a/argocd/applications/archive-staging/swh-application.yaml +++ b/argocd/applications/archive-staging/swh-application.yaml @@ -1,25 +1,25 @@ # Declare the application to deploy the swh services apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: archive-staging-swh namespace: argocd spec: project: default source: repoURL: 'https://forge.softwareheritage.org/source/swh-charts.git' path: swh - targetRevision: master + targetRevision: staging helm: valueFiles: - ../values-swh-application-versions.yaml - values/default.yaml - values/staging.yaml releaseName: swh destination: server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-cx2bq namespace: swh syncPolicy: automated: prune: true selfHeal: true