Skip to content

Commit

Permalink
apps: Mirror Bitnami images
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnq committed Dec 30, 2024
1 parent 2a998a1 commit c7eb740
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helmfile.d/values/gatekeeper/templates.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
image:
repository: ghcr.io/elastisys/bitnami/kubectl
tag: 1.29.11

waitFor:
- k8sallowedrepos
- k8sdisallowedtags
Expand Down
4 changes: 4 additions & 0 deletions helmfile.d/values/thanos/query.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
existingObjstoreSecret: thanos-objectstorage-secret-objstore-secret

image:
registry: ghcr.io
repository: elastisys/bitnami/thanos

query:
networkPolicy:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions helmfile.d/values/thanos/receiver.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
existingObjstoreSecret: thanos-objectstorage-secret-objstore-secret

image:
registry: ghcr.io
repository: elastisys/bitnami/thanos

query:
enabled: false

Expand Down
4 changes: 4 additions & 0 deletions helmfile.d/values/velero-sc.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ containerSecurityContext:

# For kubectl containers
kubectl:
image:
repository: ghcr.io/elastisys/bitnami/kubectl
tag: 1.29.11

containerSecurityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
Expand Down
4 changes: 4 additions & 0 deletions helmfile.d/values/velero-wc.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ containerSecurityContext:

# For kubectl containers
kubectl:
image:
repository: ghcr.io/elastisys/bitnami/kubectl
tag: 1.29.11

containerSecurityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
Expand Down
10 changes: 10 additions & 0 deletions images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Images

This directory contains images built for Welkin Apps.

Other mirrored images includes:

- `docker.io/bitnami/kubectl` -> `ghcr.io/elastisys/bitnami/kubectl`
- used in `gatekeeper-templates` and `velero`
- `docker.io/bitnami/thanos` -> `ghcr.io/elastisys/bitnami/thanos`
- used in `thanos`

0 comments on commit c7eb740

Please sign in to comment.