diff --git a/09-thanos/chart/charts/minio/values.yaml b/09-thanos/chart/charts/minio/values.yaml index d912324..330561f 100644 --- a/09-thanos/chart/charts/minio/values.yaml +++ b/09-thanos/chart/charts/minio/values.yaml @@ -1102,8 +1102,8 @@ volumePermissions: ## image: registry: docker.io - repository: bitnami/os-shell - tag: 12-debian-12-r24 + repository: soldevelo/os-shell + tag: 12-debian-12-r3 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. diff --git a/09-thanos/chart/test.yaml b/09-thanos/chart/test.yaml index 465457b..4df5b92 100644 --- a/09-thanos/chart/test.yaml +++ b/09-thanos/chart/test.yaml @@ -1341,8 +1341,8 @@ volumePermissions: enabled: false image: registry: docker.io - repository: bitnami/os-shell - tag: 12-debian-12-r24 + repository: soldevelo/os-shell + tag: 12-debian-12-r3 digest: "" pullPolicy: IfNotPresent pullSecrets: [] diff --git a/09-thanos/chart/values.yaml b/09-thanos/chart/values.yaml index 40eae81..2781271 100644 --- a/09-thanos/chart/values.yaml +++ b/09-thanos/chart/values.yaml @@ -4956,8 +4956,8 @@ volumePermissions: ## image: registry: docker.io - repository: bitnami/os-shell - tag: 12-debian-12-r24 + repository: soldevelo/os-shell + tag: 12-debian-12-r3 digest: "" ## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images diff --git a/12-tekton/proc-example/pipeline/test.yaml b/12-tekton/proc-example/pipeline/test.yaml index ec766b0..98ce012 100644 --- a/12-tekton/proc-example/pipeline/test.yaml +++ b/12-tekton/proc-example/pipeline/test.yaml @@ -6,7 +6,7 @@ metadata: spec: steps: - name: run-k8s-job - image: bitnami/kubectl:latest # Använd en lämplig bild + image: soldevelo/kubectl:latest # Använd en lämplig bild script: | #!/bin/sh set -e