Skip to content

Commit

Permalink
Merge branch 'main' into nginx-stream-values
Browse files Browse the repository at this point in the history
Signed-off-by: Juan José Martos <jotamartos@gmail.com>
  • Loading branch information
jotamartos committed Sep 19, 2024
2 parents 2786d48 + 139f5a5 commit 851fac8
Show file tree
Hide file tree
Showing 132 changed files with 512 additions and 517 deletions.
2 changes: 2 additions & 0 deletions .vib/kong/cypress/cypress/e2e/kong.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import { random } from '../support/utils';
it('allows accessing a restricted service (CRD) when API key is presented', () => {
const ROUTE_PATH = Cypress.env('ingressPath');

// Give the ingress controller some extra time to start
cy.wait(30000);
cy.request({
method: 'GET',
url: ROUTE_PATH,
Expand Down
8 changes: 6 additions & 2 deletions bitnami/airflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 19.0.8 (2024-09-15)
## 19.0.9 (2024-09-19)

* [bitnami/airflow] Release 19.0.8 ([#29423](https://github.com/bitnami/charts/pull/29423))
* [bitnami/airflow] Release 19.0.9 ([#29504](https://github.com/bitnami/charts/pull/29504))

## <small>19.0.8 (2024-09-15)</small>

* [bitnami/airflow] Release 19.0.8 (#29423) ([687e5f3](https://github.com/bitnami/charts/commit/687e5f305fac31bd7f75607e5cf1695d951c5198)), closes [#29423](https://github.com/bitnami/charts/issues/29423)

## <small>19.0.7 (2024-09-15)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/airflow/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 20.1.3
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.31
version: 15.5.32
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:d8f7a562c636c10f66416582f23abbb7a7b6252500b719215ae3950f379f923d
generated: "2024-09-15T01:18:49.083191797Z"
digest: sha256:7dde1e9103eca89b7912c63c1e2d097135296b80eb21d87e03c55ba02d80d874
generated: "2024-09-19T09:34:04.213452804Z"
8 changes: 4 additions & 4 deletions bitnami/airflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: airflow
image: docker.io/bitnami/airflow:2.10.1-debian-12-r1
image: docker.io/bitnami/airflow:2.10.1-debian-12-r2
- name: airflow-exporter
image: docker.io/bitnami/airflow-exporter:0.20220314.0-debian-12-r47
- name: airflow-scheduler
image: docker.io/bitnami/airflow-scheduler:2.10.1-debian-12-r0
- name: airflow-worker
image: docker.io/bitnami/airflow-worker:2.10.1-debian-12-r1
image: docker.io/bitnami/airflow-worker:2.10.1-debian-12-r2
- name: git
image: docker.io/bitnami/git:2.46.0-debian-12-r4
image: docker.io/bitnami/git:2.46.1-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r30
apiVersion: v2
Expand Down Expand Up @@ -47,4 +47,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 19.0.8
version: 19.0.9
6 changes: 3 additions & 3 deletions bitnami/airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ web:
image:
registry: docker.io
repository: bitnami/airflow
tag: 2.10.1-debian-12-r1
tag: 2.10.1-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -875,7 +875,7 @@ worker:
image:
registry: docker.io
repository: bitnami/airflow-worker
tag: 2.10.1-debian-12-r1
tag: 2.10.1-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1236,7 +1236,7 @@ git:
image:
registry: docker.io
repository: bitnami/git
tag: 2.46.0-debian-12-r4
tag: 2.46.1-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
12 changes: 10 additions & 2 deletions bitnami/apache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## 11.2.18 (2024-09-15)
## 11.2.20 (2024-09-19)

* [bitnami/apache] Release 11.2.18 ([#29418](https://github.com/bitnami/charts/pull/29418))
* [bitnami/apache] Release 11.2.20 ([#29501](https://github.com/bitnami/charts/pull/29501))

## <small>11.2.19 (2024-09-18)</small>

* [bitnami/apache] Update templates to have conditionals for HPA (#29489) ([6882c22](https://github.com/bitnami/charts/commit/6882c22cc7e2831fd9a0c2adb412ecb5ade160bb)), closes [#29489](https://github.com/bitnami/charts/issues/29489)

## <small>11.2.18 (2024-09-15)</small>

* [bitnami/apache] Release 11.2.18 (#29418) ([665ff2b](https://github.com/bitnami/charts/commit/665ff2be8f372b4cf2a75c4d4c7e7c8bcd647310)), closes [#29418](https://github.com/bitnami/charts/issues/29418)

## <small>11.2.17 (2024-09-03)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/apache/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: apache
image: docker.io/bitnami/apache:2.4.62-debian-12-r9
image: docker.io/bitnami/apache:2.4.62-debian-12-r10
- name: apache-exporter
image: docker.io/bitnami/apache-exporter:1.0.8-debian-12-r9
- name: git
image: docker.io/bitnami/git:2.46.0-debian-12-r4
image: docker.io/bitnami/git:2.46.1-debian-12-r1
apiVersion: v2
appVersion: 2.4.62
dependencies:
Expand All @@ -35,4 +35,4 @@ maintainers:
name: apache
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/apache
version: 11.2.18
version: 11.2.20
3 changes: 3 additions & 0 deletions bitnami/apache/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ spec:
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }}
# Have replicas Only if autoscaling is disabled
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
{{- if .Values.updateStrategy }}
strategy: {{- toYaml .Values.updateStrategy | nindent 4 }}
Expand Down
16 changes: 8 additions & 8 deletions bitnami/apache/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@ spec:
minReplicas: {{ .Values.autoscaling.minReplicas }}
maxReplicas: {{ .Values.autoscaling.maxReplicas }}
metrics:
{{- if .Values.autoscaling.targetCPU }}
{{- if .Values.autoscaling.targetMemory }}
- type: Resource
resource:
name: cpu
name: memory
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.autoscaling.targetCPU }}
targetAverageUtilization: {{ .Values.autoscaling.targetMemory }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.autoscaling.targetCPU }}
averageUtilization: {{ .Values.autoscaling.targetMemory }}
{{- end }}
{{- end }}
{{- if .Values.autoscaling.targetMemory }}
{{- if .Values.autoscaling.targetCPU }}
- type: Resource
resource:
name: memory
name: cpu
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.autoscaling.targetMemory }}
targetAverageUtilization: {{ .Values.autoscaling.targetCPU }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.autoscaling.targetMemory }}
averageUtilization: {{ .Values.autoscaling.targetCPU }}
{{- end }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions bitnami/apache/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/apache
tag: 2.4.62-debian-12-r9
tag: 2.4.62-debian-12-r10
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -94,7 +94,7 @@ image:
git:
registry: docker.io
repository: bitnami/git
tag: 2.46.0-debian-12-r4
tag: 2.46.1-debian-12-r1
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down
8 changes: 6 additions & 2 deletions bitnami/appsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 4.0.7 (2024-09-13)
## 4.0.8 (2024-09-19)

* [bitnami/appsmith] Release 4.0.7 ([#29398](https://github.com/bitnami/charts/pull/29398))
* [bitnami/appsmith] Release 4.0.8 ([#29500](https://github.com/bitnami/charts/pull/29500))

## <small>4.0.7 (2024-09-13)</small>

* [bitnami/appsmith] Release 4.0.7 (#29398) ([73abd18](https://github.com/bitnami/charts/commit/73abd189761588d6fd3452d0c579ed8f02d43625)), closes [#29398](https://github.com/bitnami/charts/issues/29398)

## <small>4.0.6 (2024-09-05)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/appsmith/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.1.1
version: 20.1.3
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.6.23
version: 15.6.24
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:c8a3433a4b4a1980685ff8216da2851be17c1ffcd6029053b65c6c4945cc3f0b
generated: "2024-09-13T13:48:37.307534815Z"
digest: sha256:082a9a693c1cfad16f311340921766442c4e4bc8599b4215d2ed712be18eb542
generated: "2024-09-19T09:33:59.753934031Z"
6 changes: 3 additions & 3 deletions bitnami/appsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.40.0-debian-12-r0
image: docker.io/bitnami/appsmith:1.41.0-debian-12-r0
- name: haproxy
image: docker.io/bitnami/haproxy:3.0.4-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r30
apiVersion: v2
appVersion: 1.40.0
appVersion: 1.41.0
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -39,4 +39,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 4.0.7
version: 4.0.8
2 changes: 1 addition & 1 deletion bitnami/appsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.40.0-debian-12-r0
tag: 1.41.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
8 changes: 6 additions & 2 deletions bitnami/argo-cd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 7.0.12 (2024-09-15)
## 7.0.13 (2024-09-19)

* [bitnami/argo-cd] Release 7.0.12 ([#29429](https://github.com/bitnami/charts/pull/29429))
* [bitnami/argo-cd] Release 7.0.13 ([#29507](https://github.com/bitnami/charts/pull/29507))

## <small>7.0.12 (2024-09-15)</small>

* [bitnami/argo-cd] Release 7.0.12 (#29429) ([0e6235b](https://github.com/bitnami/charts/commit/0e6235be7f2d0c76bc99785ae39eb9ac44fa0dd5)), closes [#29429](https://github.com/bitnami/charts/issues/29429)

## <small>7.0.11 (2024-09-13)</small>

Expand Down
4 changes: 2 additions & 2 deletions bitnami/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: argo-cd
image: docker.io/bitnami/argo-cd:2.12.3-debian-12-r5
image: docker.io/bitnami/argo-cd:2.12.3-debian-12-r6
- name: dex
image: docker.io/bitnami/dex:2.41.1-debian-12-r4
- name: os-shell
Expand Down Expand Up @@ -39,4 +39,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 7.0.12
version: 7.0.13
2 changes: 1 addition & 1 deletion bitnami/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/argo-cd
tag: 2.12.3-debian-12-r5
tag: 2.12.3-debian-12-r6
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
8 changes: 6 additions & 2 deletions bitnami/aspnet-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 6.2.14 (2024-09-15)
## 6.2.15 (2024-09-19)

* [bitnami/aspnet-core] Release 6.2.14 ([#29421](https://github.com/bitnami/charts/pull/29421))
* [bitnami/aspnet-core] Release 6.2.15 ([#29505](https://github.com/bitnami/charts/pull/29505))

## <small>6.2.14 (2024-09-15)</small>

* [bitnami/aspnet-core] Release 6.2.14 (#29421) ([4d81639](https://github.com/bitnami/charts/commit/4d81639d55d1015131f20c7a8f5b514543456de4)), closes [#29421](https://github.com/bitnami/charts/issues/29421)

## <small>6.2.13 (2024-09-14)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/aspnet-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: aspnet-core
image: docker.io/bitnami/aspnet-core:8.0.8-debian-12-r3
image: docker.io/bitnami/aspnet-core:8.0.8-debian-12-r4
- name: dotnet-sdk
image: docker.io/bitnami/dotnet-sdk:8.0.401-debian-12-r3
image: docker.io/bitnami/dotnet-sdk:8.0.401-debian-12-r4
- name: git
image: docker.io/bitnami/git:2.46.0-debian-12-r4
image: docker.io/bitnami/git:2.46.1-debian-12-r1
apiVersion: v2
appVersion: 8.0.8
dependencies:
Expand All @@ -31,4 +31,4 @@ maintainers:
name: aspnet-core
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/aspnet-core
version: 6.2.14
version: 6.2.15
6 changes: 3 additions & 3 deletions bitnami/aspnet-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/aspnet-core
tag: 8.0.8-debian-12-r3
tag: 8.0.8-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -410,7 +410,7 @@ appFromExternalRepo:
image:
registry: docker.io
repository: bitnami/git
tag: 2.46.0-debian-12-r4
tag: 2.46.1-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -455,7 +455,7 @@ appFromExternalRepo:
image:
registry: docker.io
repository: bitnami/dotnet-sdk
tag: 8.0.401-debian-12-r3
tag: 8.0.401-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
8 changes: 6 additions & 2 deletions bitnami/chainloop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.0.8 (2024-09-13)
## 1.0.9 (2024-09-19)

* [bitnami/chainloop] Release 1.0.8 ([#29402](https://github.com/bitnami/charts/pull/29402))
* [bitnami/chainloop] Release 1.0.9 ([#29506](https://github.com/bitnami/charts/pull/29506))

## <small>1.0.8 (2024-09-13)</small>

* [bitnami/chainloop] Release 1.0.8 (#29402) ([39ef9f2](https://github.com/bitnami/charts/commit/39ef9f2a38dc67dd9b926bc778292c083814e328)), closes [#29402](https://github.com/bitnami/charts/issues/29402)

## <small>1.0.7 (2024-09-10)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/chainloop/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 2.23.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.30
version: 15.5.32
- name: vault
repository: oci://registry-1.docker.io/bitnamicharts
version: 1.4.22
digest: sha256:8014a64df5b037791112552363a40942053e7576ff67b3cf7a6d26fc0a63fa86
generated: "2024-09-13T17:16:29.305246516Z"
digest: sha256:e0ed8e28fb519b74563e8f5c6052f7dc371e25a1ac56fa540a00c0019caf0fba
generated: "2024-09-19T09:34:15.669137758Z"
Loading

0 comments on commit 851fac8

Please sign in to comment.