diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 50462f2f9..f6e1d364f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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) diff --git a/charts/argo-apps/Chart.yaml b/charts/argo-apps/Chart.yaml index 01a3c8c19..0689b9baf 100644 --- a/charts/argo-apps/Chart.yaml +++ b/charts/argo-apps/Chart.yaml @@ -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 @@ -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 diff --git a/charts/argo-apps/README.md b/charts/argo-apps/README.md index 8fa69cc42..c28e9886a 100644 --- a/charts/argo-apps/README.md +++ b/charts/argo-apps/README.md @@ -1,6 +1,6 @@ # argo-apps -![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for various argo project components @@ -29,7 +29,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argoRollouts.destination.namespace | string | `"infra-argo-rollouts"` | Namespace | | argoRollouts.enabled | bool | `false` | Enable Argo Rollouts | | argoRollouts.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argoRollouts.targetRevision | string | `"2.36.0"` | [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version | +| argoRollouts.targetRevision | string | `"2.38.0"` | [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version | | argoRollouts.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml) | Helm values | | argocdNotifications | object | DEPRECATED | [Argo CD Notifications](https://argocd-notifications.readthedocs.io/en/stable/) is DEPRECATED, use Argo CD directly instead. | | argoconfig.application.annotations | object | `{}` | Optional annotations to add to all Applications metadata. | diff --git a/charts/argo-apps/values.yaml b/charts/argo-apps/values.yaml index 1e14e05f7..d8c6ba7da 100644 --- a/charts/argo-apps/values.yaml +++ b/charts/argo-apps/values.yaml @@ -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: {} diff --git a/charts/customer-center/Chart.yaml b/charts/customer-center/Chart.yaml index 580aa49a0..3317beed5 100644 --- a/charts/customer-center/Chart.yaml +++ b/charts/customer-center/Chart.yaml @@ -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 @@ -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 diff --git a/charts/customer-center/README.md b/charts/customer-center/README.md index 358c27722..5e16b483e 100644 --- a/charts/customer-center/README.md +++ b/charts/customer-center/README.md @@ -1,6 +1,6 @@ # customer-center -![Version: 0.2.31](https://img.shields.io/badge/Version-0.2.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.0](https://img.shields.io/badge/AppVersion-v3.3.0-informational?style=flat-square) +![Version: 0.2.34](https://img.shields.io/badge/Version-0.2.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.5](https://img.shields.io/badge/AppVersion-3.3.5-informational?style=flat-square) Chart for Customer-Center application diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index bf12b10b2..bb410914a 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -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 @@ -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 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 3e1db5f3a..b423df2ce 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.224.0](https://img.shields.io/badge/Version-0.224.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.227.0](https://img.shields.io/badge/Version-0.227.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -38,7 +38,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | certManager.destination.namespace | string | `"infra-certmanager"` | Namespace | | certManager.enabled | bool | `false` | Enable cert-manager | | certManager.repoURL | string | [repo](https://charts.jetstack.io) | Repo URL | -| certManager.targetRevision | string | `"1.16.1"` | [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version | +| certManager.targetRevision | string | `"1.16.2"` | [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version | | certManager.values | object | [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) | Helm values | | certManagerIssuers | object | [example](./examples/cert-manager-issuers.yaml) | [cert-manager-issuers](https://cert-manager.io/docs/configuration/) | | certManagerIssuers.annotations | object | `{}` | Annotations for cert-manager-issuers app | @@ -80,7 +80,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | kured.destination.namespace | string | `"infra-kured"` | Namespace | | kured.enabled | bool | `false` | Enable Kured | | kured.repoURL | string | [repo](https://kubereboot.github.io/charts) | Repo URL | -| kured.targetRevision | string | `"5.4.5"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | +| kured.targetRevision | string | `"5.5.2"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | | kured.values | object | [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) | Helm values | | mimir | object | [example](./examples/mimir.yaml) | [mimir](https://github.com/grafana/mimir) | | mimir.annotations | object | `{}` | Annotations for mimir app | @@ -88,7 +88,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | mimir.destination.namespace | string | `"infra-mimir"` | Namespace | | mimir.enabled | bool | `false` | Enable mimir | | mimir.repoURL | string | [repo](https://grafana.github.io/helm-charts) | Repo URL | -| mimir.targetRevision | string | `"5.4.0"` | [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) | +| mimir.targetRevision | string | `"5.5.1"` | [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) | | mimir.values | object | [upstream values](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/values.yaml) | Helm values | | rbacManager | object | [example](./examples/rbac-manager.yaml) | [rbac-manager](https://fairwindsops.github.io/rbac-manager/) | | rbacManager.annotations | object | `{}` | Annotations for rbac-manager app | @@ -104,7 +104,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | velero.destination.namespace | string | `"infra-velero"` | Namespace | | velero.enabled | bool | `false` | Enable Velero | | velero.repoURL | string | [repo](https://vmware-tanzu.github.io/helm-charts) | Repo URL | -| velero.targetRevision | string | `"6.7.0"` | [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) | +| velero.targetRevision | string | `"8.1.0"` | [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) | | velero.values | object | [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml) | Helm values | ## About this chart diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index be91580b5..8b87be519 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -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: {} @@ -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: {} @@ -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: {} @@ -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: {} diff --git a/charts/keycloak-operator/Chart.yaml b/charts/keycloak-operator/Chart.yaml index 6824b4a77..5a33fb38e 100644 --- a/charts/keycloak-operator/Chart.yaml +++ b/charts/keycloak-operator/Chart.yaml @@ -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: @@ -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" diff --git a/charts/keycloak-operator/README.md b/charts/keycloak-operator/README.md index 0cb430285..db163bc2f 100644 --- a/charts/keycloak-operator/README.md +++ b/charts/keycloak-operator/README.md @@ -1,6 +1,6 @@ # keycloak-operator -![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 26.0.6](https://img.shields.io/badge/AppVersion-26.0.6-informational?style=flat-square) +![Version: 1.4.4](https://img.shields.io/badge/Version-1.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 26.0.7](https://img.shields.io/badge/AppVersion-26.0.7-informational?style=flat-square) Deploy Keycloak Operator and Keycloak diff --git a/charts/keycloak-operator/templates/keycloak/keycloak.yaml b/charts/keycloak-operator/templates/keycloak/keycloak.yaml index cf9771c3f..2dd60850f 100644 --- a/charts/keycloak-operator/templates/keycloak/keycloak.yaml +++ b/charts/keycloak-operator/templates/keycloak/keycloak.yaml @@ -31,7 +31,7 @@ spec: poolMaxSize: {{ . }} {{- end }} {{- with .Values.keycloak.db.poolMinSize }} - poolMinSize: {{ . | quote }} + poolMinSize: {{ . }} {{- end }} {{- with .Values.keycloak.db.port }} port: {{ . }} diff --git a/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap b/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap index 8ff9d480b..2e8f8876f 100644 --- a/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap +++ b/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap @@ -8,8 +8,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloakcontroller-cluster-role rules: - apiGroups: @@ -35,8 +35,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloakrealmimportcontroller-cluster-role rules: - apiGroups: @@ -62,8 +62,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: RELEASE-NAME-keycloak-operator-operator spec: replicas: 1 @@ -86,8 +86,8 @@ should match snapshot: fieldRef: fieldPath: metadata.namespace - name: KC_OPERATOR_KEYCLOAK_IMAGE - value: quay.io/keycloak/keycloak:26.0.6 - image: quay.io/keycloak/keycloak-operator:26.0.6 + value: quay.io/keycloak/keycloak:26.0.7 + image: quay.io/keycloak/keycloak-operator:26.0.7 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 @@ -127,8 +127,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloak-operator-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -146,8 +146,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloak-operator-view roleRef: apiGroup: rbac.authorization.k8s.io @@ -165,8 +165,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloakcontroller-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -184,8 +184,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloakrealmimportcontroller-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -203,8 +203,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloak-operator-role rules: - apiGroups: @@ -266,8 +266,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: RELEASE-NAME-keycloak-operator-operator spec: ports: @@ -289,6 +289,6 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: RELEASE-NAME-keycloak-operator diff --git a/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap b/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap index b9a5e9390..663b1ac15 100644 --- a/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap +++ b/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap @@ -6,8 +6,8 @@ should match snapshot: labels: app.kubernetes.io/component: keycloak app.kubernetes.io/managed-by: Helm - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloak spec: features: @@ -33,8 +33,8 @@ should match snapshot: metadata: labels: app.kubernetes.io/managed-by: Helm - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.4 name: RELEASE-NAME-keycloak-operator-test spec: keycloakCRName: keycloak diff --git a/charts/kubernetes-etcd-backup/Chart.yaml b/charts/kubernetes-etcd-backup/Chart.yaml index 9533685c1..0e2b20539 100644 --- a/charts/kubernetes-etcd-backup/Chart.yaml +++ b/charts/kubernetes-etcd-backup/Chart.yaml @@ -3,8 +3,8 @@ apiVersion: v2 name: kubernetes-etcd-backup description: Chart for kubernetes-etcd-backup solution type: application -version: 1.5.1 -appVersion: v1.3.1 +version: 1.5.0 +appVersion: v1.2.1 keywords: - kubernetes-etcd-backup - kubernetes @@ -18,10 +18,10 @@ maintainers: email: support@adfinis.com url: https://adfinis.com annotations: - artifacthub.io/containsSecurityUpdates: "true" + artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "bump appVersion to v1.3.1" + description: "Add support for s3 storage" links: - name: "kubernetes-etcd-backup v1.3.1" url: https://github.com/adfinis/kubernetes-etcd-backup/releases/tag/v1.3.1 diff --git a/charts/kubernetes-etcd-backup/README.md b/charts/kubernetes-etcd-backup/README.md index 92aadd0cf..34fcf61e2 100644 --- a/charts/kubernetes-etcd-backup/README.md +++ b/charts/kubernetes-etcd-backup/README.md @@ -1,6 +1,6 @@ # kubernetes-etcd-backup -![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.1](https://img.shields.io/badge/AppVersion-v1.2.1-informational?style=flat-square) +![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.1](https://img.shields.io/badge/AppVersion-v1.2.1-informational?style=flat-square) Chart for kubernetes-etcd-backup solution diff --git a/charts/kubernetes-etcd-backup/templates/cronjob.yaml b/charts/kubernetes-etcd-backup/templates/cronjob.yaml index 209b927c7..bd189587a 100644 --- a/charts/kubernetes-etcd-backup/templates/cronjob.yaml +++ b/charts/kubernetes-etcd-backup/templates/cronjob.yaml @@ -5,6 +5,7 @@ metadata: spec: startingDeadlineSeconds: 600 schedule: {{ .Values.backup.schedule | quote }} + concurrencyPolicy: Forbid jobTemplate: spec: # Retrying this job is not considered safe, because of that we fail the diff --git a/charts/logging-apps/Chart.yaml b/charts/logging-apps/Chart.yaml index 3a9a151bf..6bc9c1d2d 100644 --- a/charts/logging-apps/Chart.yaml +++ b/charts/logging-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: logging-apps description: Argo CD app-of-apps config for logging applications type: application -version: 0.34.0 +version: 0.35.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps sources: - https://github.com/adfinis/helm-charts @@ -18,33 +18,38 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "Update loki chart from 6.6.3 to 6.12.0" + description: "[Loki 6.13.0] Correctly wrap ClusterRoleBinding around `rbac/namespaced` conditional" + - kind: fixed + description: "[Loki 6.13.0] Do not create bloom planner, bloom builder, bloom gateway Deployment/Statefulset if their replica count is 0" + - kind: fixed + description: "[Loki 6.13.0] Configure (ephemeral) storage for bloom builder working directory" + - kind: added + description: "[Loki 6.13.0] Automatically configure bloom planner address for bloom builders and bloom gateway addresses for bloom gateway clients" + - kind: added + description: "[Loki 6.14.0] Add additional service annotations for components in distributed mode" + - kind: fixed + description: "[Loki 6.14.0] Rename loki/templates/query-frontend/poddisruptionbudget-query-frontend.yaml to fix spelling mistake" + - kind: fixed + description: "[Loki 6.14.1] Fixed Memcached persistence options" + - kind: added + description: "[Loki 6.15.0] Allow setting annotations for memberlist and query-scheduler-discovery services" + - kind: added + description: "[Loki 6.15.0] Allow to customize `client_max_body_size` when using Loki Gateway" + - kind: added + description: "[Loki 6.16.0] Allow setting nodeSelector, tolerations and affinity to enterprise components (tokengen and provisioner)" + - kind: changed + description: "[Loki 6.17.0] Changed version of Grafana Loki to 3.2.0" + links: + - name: "Loki 3.2.0 Changelog" + url: "https://github.com/grafana/loki/blob/main/CHANGELOG.md#320-2024-09-18" + - kind: fixed + description: "[Loki 6.17.1] Added missing `loki.storage.azure.chunkDelimiter` parameter to Helm chart" + - kind: changed + description: "[Loki 6.18.0] Added automated weekly releases, which created this release" + - kind: added + description: "[Loki 6.19.0-weekly.227] Expose Topology Spread Constraints in Helm chart templates and default values" + - kind: changed + description: "[Loki 6.20.0] Changed version of Grafana Loki to 3.3.0" links: - - name: "Loki 6.12.0" - url: https://github.com/grafana/loki/commit/08e61ca4db086b573ef636a156bfc624132515be - - name: "Loki 6.11.0" - url: https://github.com/grafana/loki/commit/ef1df0e66fc8e2fe9327a66aea31279ca5c7307a - - name: "Loki 6.10.2" - url: https://github.com/grafana/loki/commit/02fae4e1e97e507b5e30666108e7e7e8bc3dbf00 - - name: "Loki 6.10.1" - url: https://github.com/grafana/loki/commit/112f3378f075cefa2020dfba527f4f386c30ac4e - - name: "Loki 6.10.0" - url: https://github.com/grafana/loki/commit/9315b3d03d790506cf8e69fb7407b476de9d0ed6 - - name: "Loki 6.9.0" - url: https://github.com/grafana/loki/commit/1bf97912de83200d02689511f48658ce7d9543cf - - name: "Loki 6.8.0" - url: https://github.com/grafana/loki/commit/05176e445b90597379c268e799b0fb86b8629b9e - - name: "Loki 6.7.4" - url: https://github.com/grafana/loki/commit/bdfc86bc3b1f5170f8d181f2e71435250a2461cd - - name: "Loki 6.7.3" - url: https://github.com/grafana/loki/commit/ef03476f3dac159e5f58490351223fcdb9ac3469 - - name: "Loki 6.7.2" - url: https://github.com/grafana/loki/commit/8434b2f6e8e124225aafe6e55ca9c1b6ff6a2c5b - - name: "Loki 6.7.1" - url: https://github.com/grafana/loki/commit/b5b861c348bc768254fd083fb40d2820cf347be6 - - name: "Loki 6.7.0" - url: https://github.com/grafana/loki/commit/fc3904ee69d0824dc681ca5a4280f7aa2ec5563b - - name: "Loki 6.6.5" - url: https://github.com/grafana/loki/commit/29f1ea91ecd935a6becae2bd425224a913285071 - - name: "Loki 6.6.4" - url: https://github.com/grafana/loki/commit/05176e445b90597379c268e799b0fb86b8629b9e + - name: "Loki 3.3.0 Changelog" + url: "https://github.com/grafana/loki/blob/main/CHANGELOG.md#330-2024-11-19" diff --git a/charts/logging-apps/README.md b/charts/logging-apps/README.md index 3077b924f..68c3eb9d0 100644 --- a/charts/logging-apps/README.md +++ b/charts/logging-apps/README.md @@ -1,6 +1,6 @@ # logging-apps -![Version: 0.34.0](https://img.shields.io/badge/Version-0.34.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.35.0](https://img.shields.io/badge/Version-0.35.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for logging applications @@ -49,7 +49,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | loki.destination.namespace | string | `"infra-logging"` | Namespace | | loki.enabled | bool | `false` | Enable loki | | loki.repoURL | string | [repo](https://grafana.github.io/helm-charts) | Repo URL | -| loki.targetRevision | string | `"6.12.0"` | [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) | +| loki.targetRevision | string | `"6.22.0"` | [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) | | loki.values | object | [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) | Helm values | | lokiStack | object | DEPRECATED | [loki-stack](https://github.com/grafana/loki) is DEPREACTED use `loki` and `promtail` individually | | promtail | object | - | [Grafana Loki promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) ([example](./examples/promtail.yaml)) | diff --git a/charts/logging-apps/values.yaml b/charts/logging-apps/values.yaml index baf610aaf..fe0cfa0d4 100644 --- a/charts/logging-apps/values.yaml +++ b/charts/logging-apps/values.yaml @@ -25,7 +25,7 @@ loki: # -- Chart chart: "loki" # -- [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) - targetRevision: "6.12.0" + targetRevision: "6.22.0" # -- Helm values # @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) values: {} diff --git a/charts/security-apps/Chart.yaml b/charts/security-apps/Chart.yaml index 651fc7372..164018159 100644 --- a/charts/security-apps/Chart.yaml +++ b/charts/security-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: security-apps description: Argo CD app-of-apps config for security applications type: application -version: 0.87.2 +version: 0.89.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps sources: - https://github.com/adfinis/helm-charts @@ -18,7 +18,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: "fix: update vaultMonitoring alertrule" + description: "chore: update oauth2-proxy from 6.10.1 to 7.8.2" links: - - name: fix vaultMonitoring alertrule - url: https://github.com/adfinis/helm-charts/pull/1302 + - name: OAuth-Proxy 7.8.2 Release + url: https://github.com/oauth2-proxy/manifests/releases/tag/oauth2-proxy-7.8.2 diff --git a/charts/security-apps/README.md b/charts/security-apps/README.md index a7dc4bcc6..c03a098d0 100644 --- a/charts/security-apps/README.md +++ b/charts/security-apps/README.md @@ -1,6 +1,6 @@ # security-apps -![Version: 0.87.2](https://img.shields.io/badge/Version-0.87.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.89.0](https://img.shields.io/badge/Version-0.89.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for security applications @@ -102,7 +102,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | oauth2Proxy.destination.namespace | string | `"infra-oauth2-proxy"` | Namespace | | oauth2Proxy.enabled | bool | `false` | Enable oauth2-proxy | | oauth2Proxy.repoURL | string | [repo](https://https://oauth2-proxy.github.io/manifests) | Repo URL | -| oauth2Proxy.targetRevision | string | `"6.10.1"` | [oauth2-proxy Helm chart](https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy) | +| oauth2Proxy.targetRevision | string | `"7.8.2"` | [oauth2-proxy Helm chart](https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy) | | oauth2Proxy.values | object | [upstream values](https://github.com/oauth2-proxy/manifests/blob/main/helm/oauth2-proxy/values.yaml) | Helm values | | secretsStoreCsiDriver | object | - | [secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver) ([example](./examples/secrets-store-csi-driver.yaml)) | | secretsStoreCsiDriver.chart | string | `"secrets-store-csi-driver"` | Chart | @@ -116,14 +116,14 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | stackroxCentralServices.destination.namespace | string | `"infra-stackrox"` | Namespace | | stackroxCentralServices.enabled | bool | `false` | Enable StackRox central-services | | stackroxCentralServices.repoURL | string | [repo](https://charts.stackrox.io) | Repo URL | -| stackroxCentralServices.targetRevision | string | `"400.4.3"` | [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | +| stackroxCentralServices.targetRevision | string | `"400.5.5"` | [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | | stackroxCentralServices.values | object | [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-central/values.yaml) | Helm values | | stackroxSecuredClusterServices | object | - | [StackRox secured-cluster-services](https://www.stackrox.io/) ([example/stackrox.yaml)) | | stackroxSecuredClusterServices.chart | string | `"stackrox-secured-cluster-services"` | Chart | | stackroxSecuredClusterServices.destination.namespace | string | `"infra-stackrox"` | Namespace | | stackroxSecuredClusterServices.enabled | bool | `false` | Enable StackRox secured-cluster-services | | stackroxSecuredClusterServices.repoURL | string | [repo](https://charts.stackrox.io) | Repo URL | -| stackroxSecuredClusterServices.targetRevision | string | `"400.4.3"` | [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | +| stackroxSecuredClusterServices.targetRevision | string | `"400.5.5"` | [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | | stackroxSecuredClusterServices.values | object | [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-secured-cluster/values.yaml.htpl) | Helm values | | vault | object | - | [vault](https://github.com/hashicorp/vault/) ([example](./examples/vault.yaml)) | | vault.chart | string | `"vault"` | Chart | diff --git a/charts/security-apps/values.yaml b/charts/security-apps/values.yaml index 1d9aaebe7..502229b0a 100644 --- a/charts/security-apps/values.yaml +++ b/charts/security-apps/values.yaml @@ -241,7 +241,7 @@ stackroxCentralServices: # -- Chart chart: stackrox-central-services # -- [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version - targetRevision: 400.4.3 + targetRevision: 400.5.5 # -- Helm values # @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-central/values.yaml) values: {} @@ -261,7 +261,7 @@ stackroxSecuredClusterServices: # -- Chart chart: stackrox-secured-cluster-services # -- [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version - targetRevision: 400.4.3 + targetRevision: 400.5.5 # -- Helm values # @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-secured-cluster/values.yaml.htpl) values: {} @@ -283,7 +283,7 @@ oauth2Proxy: # -- Chart chart: oauth2-proxy # -- [oauth2-proxy Helm chart](https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy) - targetRevision: 6.10.1 + targetRevision: 7.8.2 # -- Helm values # @default -- [upstream values](https://github.com/oauth2-proxy/manifests/blob/main/helm/oauth2-proxy/values.yaml) values: {}