Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging 0.42.1 #2384

Merged
merged 3 commits into from
Jan 2, 2025
Merged
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
10 changes: 10 additions & 0 deletions changelog/0.42.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,13 @@ Released 2024-10-30
- [#2309](https://github.com/elastisys/compliantkubernetes-apps/pull/2309) - bug: Fix constraint for HNC user namespaces [@anders-elastisys](https://github.com/anders-elastisys)
- [#2314](https://github.com/elastisys/compliantkubernetes-apps/pull/2314) - bug: Fix grafana datasources and tests for multi wc [@Elias-elastisys](https://github.com/Elias-elastisys)
- [#2326](https://github.com/elastisys/compliantkubernetes-apps/pull/2326) - bug: Fix: add label user-grafana pvc for velero [@robinAwallace](https://github.com/robinAwallace)

## v0.42.1

Released 2025-01-02

## Changes by kind

### Improvement(s)

- [#2382](https://github.com/elastisys/compliantkubernetes-apps/pull/2382) - apps: Mirror Bitnami images [@aarnq](https://github.com/aarnq)
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`
Loading