Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 09-thanos/chart/charts/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions 09-thanos/chart/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
4 changes: 2 additions & 2 deletions 09-thanos/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 12-tekton/proc-example/pipeline/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down