diff --git a/services/kommander/0.3.0/defaults/cm.yaml b/services/kommander/0.3.0/defaults/cm.yaml index e1573bd882..ecef072184 100644 --- a/services/kommander/0.3.0/defaults/cm.yaml +++ b/services/kommander/0.3.0/defaults/cm.yaml @@ -72,7 +72,7 @@ data: karma: "2.0.1" karma-traefik: "0.0.1" prometheus-thanos-traefik: "0.0.1" - thanos: "0.4.6" + thanos: "0.4.7" kubetools: image: repository: ${kubetoolsImageRepository} diff --git a/services/thanos/0.4.6/defaults/cm.yaml b/services/thanos/0.4.7/defaults/cm.yaml similarity index 98% rename from services/thanos/0.4.6/defaults/cm.yaml rename to services/thanos/0.4.7/defaults/cm.yaml index fd4dcdec98..e1ee3dccbe 100644 --- a/services/thanos/0.4.6/defaults/cm.yaml +++ b/services/thanos/0.4.7/defaults/cm.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: thanos-0.4.6-d2iq-defaults + name: thanos-0.4.7-d2iq-defaults namespace: ${releaseNamespace} data: values.yaml: | diff --git a/services/thanos/0.4.6/defaults/kustomization.yaml b/services/thanos/0.4.7/defaults/kustomization.yaml similarity index 100% rename from services/thanos/0.4.6/defaults/kustomization.yaml rename to services/thanos/0.4.7/defaults/kustomization.yaml diff --git a/services/thanos/0.4.6/jobs.yaml b/services/thanos/0.4.7/jobs.yaml similarity index 91% rename from services/thanos/0.4.6/jobs.yaml rename to services/thanos/0.4.7/jobs.yaml index 05366d409d..85b1185cad 100644 --- a/services/thanos/0.4.6/jobs.yaml +++ b/services/thanos/0.4.7/jobs.yaml @@ -10,7 +10,7 @@ spec: interval: 6h retryInterval: 1m timeout: 1m - path: ./services/thanos/0.4.6/jobs + path: ./services/thanos/0.4.7/jobs sourceRef: kind: GitRepository name: management diff --git a/services/thanos/0.4.6/jobs/jobs.yaml b/services/thanos/0.4.7/jobs/jobs.yaml similarity index 100% rename from services/thanos/0.4.6/jobs/jobs.yaml rename to services/thanos/0.4.7/jobs/jobs.yaml diff --git a/services/thanos/0.4.6/kustomization.yaml b/services/thanos/0.4.7/kustomization.yaml similarity index 100% rename from services/thanos/0.4.6/kustomization.yaml rename to services/thanos/0.4.7/kustomization.yaml diff --git a/services/thanos/0.4.6/thanos.yaml b/services/thanos/0.4.7/thanos.yaml similarity index 97% rename from services/thanos/0.4.6/thanos.yaml rename to services/thanos/0.4.7/thanos.yaml index abcd508b41..7c9dd677b8 100644 --- a/services/thanos/0.4.6/thanos.yaml +++ b/services/thanos/0.4.7/thanos.yaml @@ -25,7 +25,7 @@ spec: releaseName: thanos valuesFrom: - kind: ConfigMap - name: thanos-0.4.6-d2iq-defaults + name: thanos-0.4.7-d2iq-defaults --- apiVersion: cert-manager.io/v1 kind: Certificate