Skip to content

Commit

Permalink
Merge branch 'main' into feat/k8s-etcd-backup-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertgruszka authored Dec 23, 2024
2 parents 3cd7ec7 + 9baf83f commit 12c158f
Show file tree
Hide file tree
Showing 23 changed files with 154 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: ct --config=hack/chart-testing/ct.yaml lint

- name: Create kind cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0
if: steps.list-changed.outputs.changed == 'true'

- name: Setup cluster for chart-testing (install)
Expand Down
32 changes: 25 additions & 7 deletions charts/argo-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: argo-apps
description: Argo CD app-of-apps config for various argo project components
type: application
version: 0.24.0
version: 0.25.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/argo-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,12 +17,30 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "feat(argo-rollouts): update from 1.6.6 to 1.7.0"
description: "feat(argo-rollouts): update from 1.7.0 to 1.7.2"
links:
- name: GitHub Release 1.7.0
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.0
- name: GitHub Release 1.7.1
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.1
- name: GitHub Release 1.7.2
url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.2
- kind: changed
description: "feat(argo-rollouts): update chart from 2.35.3 to 2.36.0"
description: "feat(argo-rollouts): update chart from 2.36.0 to 2.38.0"
links:
- name: "chore(argo-rollouts): Update dependency argoproj/argo-rollouts"
url: https://github.com/argoproj/argo-helm/commit/43c626d31ed39037696392682e65fd82f79f1c9f
- name: "fix: Change type of trafficRouterPlugins and trafficRouterPlugins as list"
url: https://github.com/argoproj/argo-helm/pull/3036
- name: "fix: plugin block rendering"
url: https://github.com/argoproj/argo-helm/pull/3014
- name: "feat: Add loadBalancerClass field for Service resources"
url: https://github.com/argoproj/argo-helm/pull/2772
- name: "fix: Align permissions for controller's ClusterRole / Role"
url: https://github.com/argoproj/argo-helm/pull/2830
- name: "feat: add option to disable creation of notifications configmap"
url: https://github.com/argoproj/argo-helm/pull/2849
- name: "fix: Add traefik apiGroup"
url: https://github.com/argoproj/argo-helm/pull/2703
- name: "fix: fix global subscriptions for Rollouts"
url: https://github.com/argoproj/argo-helm/pull/2797
- name: "fix: add subscriptions in notifications configmap"
url: https://github.com/argoproj/argo-helm/pull/2793
- name: "fix: add annotations for notificactions secret"
url: https://github.com/argoproj/argo-helm/pull/2777
4 changes: 2 additions & 2 deletions charts/argo-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/argo-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ argoRollouts:
# -- Chart
chart: "argo-rollouts"
# -- [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version
targetRevision: "2.36.0"
targetRevision: "2.38.0"
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml)
values: {}
12 changes: 6 additions & 6 deletions charts/customer-center/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: customer-center
description: Chart for Customer-Center application
type: application
version: 0.2.31
appVersion: v3.3.0
version: 0.2.34
appVersion: 3.3.5
keywords:
- customer-center
home: https://github.com/adfinis/customer-center
Expand All @@ -17,12 +17,12 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "add config for OIDC URL"
description: "fix: admins and employees should redirect to `/list` endpoint"
links:
- name: GitHub Commit
url: https://github.com/adfinis/customer-center/commit/2531d6ba95e4752c263ca6a52b36e930ee78f9e2
url: https://github.com/adfinis/customer-center/commit/a0947536fdda7a2d009fbd7b8834a4a05b5defa9
- kind: changed
description: "bump appVersion to v3.3.0"
description: "bump appVersion to 3.3.5"
links:
- name: GitHub Release
url: https://github.com/adfinis/customer-center/releases/tag/v3.3.0
url: https://github.com/adfinis/customer-center/releases/tag/v3.3.4
2 changes: 1 addition & 1 deletion charts/customer-center/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 22 additions & 13 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
version: 0.224.0
version: 0.227.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,16 +18,25 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: "feat: Update Argo CD from 2.13.0 to 2.13.1"
description: "chore: Update velero chart from 6.7.0 to 8.1.0 (app version 1.13.2 -> 1.15.0)"
links:
- name: "Argo CD 2.13.1 Release"
url: https://github.com/argoproj/argo-cd/releases/tag/v2.13.1
- kind: changed
description: "feat: Update Argo CD Helm chart from 7.7.0 to 7.7.5"
links:
- name: "chore: Update redis-ha"
url: https://github.com/argoproj/argo-helm/pull/3026
- name: "chore: Update Redis Image"
url: https://github.com/argoproj/argo-helm/pull/3023
- name: "feat: honorLabels config for ServiceMonitors"
url: https://github.com/argoproj/argo-helm/pull/3018
- name: "Bump Velero to 1.15.0 (Upgrade Guide)"
url: "https://velero.io/docs/v1.15/upgrade-to-1.15/"
- name: "Bump Velero to 1.15.0 (Changelog)"
url: https://github.com/vmware-tanzu/velero/releases/tag/v1.15.0
- name: "feat: add extraArgs to Velero node agent configuration"
url: https://github.com/vmware-tanzu/helm-charts/commit/5e02307abf51850be91eb77f1f39ad9fb10cd603
- name: "fix: fix imagePullSecrets to velero server serviceaccount"
url: https://github.com/vmware-tanzu/helm-charts/commit/fb5a08a6f0fcb6078c89656a09fbb88e9776644a
- name: "feat: Adds resources and limits for repository maintenance job"
url: https://github.com/vmware-tanzu/helm-charts/commit/42fed361e1482c85a28c1da32ad72e6b2e03635b
- name: "feat: Adds --keep-latest-jobs-count for repository maintenance job"
url: https://github.com/vmware-tanzu/helm-charts/commit/721abcba0b378a2b2695b79d056be68c903a81f1
- name: "fix: maintenance Job resource requests"
url: https://github.com/vmware-tanzu/helm-charts/commit/88ecfa4609678199ea1265c1d89c7b17d3b645d7
- name: "fix: render schedule annotations only if present in values"
url: https://github.com/vmware-tanzu/helm-charts/commit/47b2f729b9ebe38508ecc046560da01922546df6
- name: "fix: add version label to deployment"
url: https://github.com/vmware-tanzu/helm-charts/commit/bbb36ccf357d6baf7f13accbc0b169e6efceb3d4
- name: "feat: allow configuring updateStrategy of node-agent DaemonSet"
url: https://github.com/vmware-tanzu/helm-charts/commit/e4e793b1d57579a5a71862ebd3ac9fcf822e85aa
10 changes: 5 additions & 5 deletions charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ certManager:
# -- Chart
chart: cert-manager
# -- [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version
targetRevision: 1.16.1
targetRevision: 1.16.2
# -- Helm values
# @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml)
values: {}
Expand Down Expand Up @@ -178,7 +178,7 @@ velero:
# -- Chart
chart: velero
# -- [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero)
targetRevision: 6.7.0
targetRevision: 8.1.0
# -- Helm values
# @default -- [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml)
values: {}
Expand All @@ -200,7 +200,7 @@ kured:
# -- Chart
chart: kured
# -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured)
targetRevision: 5.4.5
targetRevision: 5.5.2
# -- Helm values
# @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml)
values: {}
Expand Down Expand Up @@ -235,7 +235,7 @@ mimir:
# -- Chart
chart: mimir-distributed
# -- [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed)
targetRevision: 5.4.0
targetRevision: 5.5.1
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/values.yaml)
values: {}
17 changes: 4 additions & 13 deletions charts/keycloak-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: keycloak-operator
description: Deploy Keycloak Operator and Keycloak
type: application
version: 1.4.2
appVersion: "26.0.6"
version: 1.4.4
appVersion: "26.0.7"
icon: https://www.keycloak.org/resources/images/logo-stacked.svg
home: https://www.keycloak.org
sources:
Expand All @@ -15,14 +15,5 @@ maintainers:
url: https://adfinis.com
annotations:
artifacthub.io/changes: |
- kind: changed
description: "chore: update keycloak from v26.0.1 to v26.0.6"
links:
- name: "Keycloak 26.0.2"
url: https://www.keycloak.org/2024/10/keycloak-2602-released
- name: "Keycloak 26.0.4"
url: https://www.keycloak.org/2024/10/keycloak-2604-released
- name: "Keycloak 26.0.5"
url: https://www.keycloak.org/2024/11/keycloak-2605-released
- name: "Keycloak 26.0.6"
url: https://www.keycloak.org/2024/11/keycloak-2606-released
- kind: fixed
description: "fix: don't quote value for poolMinSize as the upstream type is integer"
2 changes: 1 addition & 1 deletion charts/keycloak-operator/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/keycloak-operator/templates/keycloak/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
poolMaxSize: {{ . }}
{{- end }}
{{- with .Values.keycloak.db.poolMinSize }}
poolMinSize: {{ . | quote }}
poolMinSize: {{ . }}
{{- end }}
{{- with .Values.keycloak.db.port }}
port: {{ . }}
Expand Down
Loading

0 comments on commit 12c158f

Please sign in to comment.