Skip to content

Commit

Permalink
Merge branch 'main' into feat/argo-apps/argo-rollouts/update-from-2.3…
Browse files Browse the repository at this point in the history
…6.0-to-2.38.0
  • Loading branch information
eyenx authored Dec 11, 2024
2 parents a92edfb + 22367ae commit 887c014
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 100 deletions.
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.33
appVersion: 3.3.4
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: "fixed build args not being passed to docker build"
links:
- name: GitHub Commit
url: https://github.com/adfinis/customer-center/commit/2531d6ba95e4752c263ca6a52b36e930ee78f9e2
url: https://github.com/adfinis/customer-center/commit/2862c9d646fd1e604f1d17476dfe2b77f66ee425
- kind: changed
description: "bump appVersion to v3.3.0"
description: "bump appVersion to 3.3.4"
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: {}
16 changes: 5 additions & 11 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.3
appVersion: "26.0.7"
icon: https://www.keycloak.org/resources/images/logo-stacked.svg
home: https://www.keycloak.org
sources:
Expand All @@ -16,13 +16,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "chore: update keycloak from v26.0.1 to v26.0.6"
description: "chore: update keycloak from v26.0.6 to v26.0.7"
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
- name: "Keycloak 26.0.7"
url: https://www.keycloak.org/2024/12/keycloak-2607-released
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.

44 changes: 22 additions & 22 deletions charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
name: keycloakcontroller-cluster-role
rules:
- apiGroups:
Expand All @@ -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.3
name: keycloakrealmimportcontroller-cluster-role
rules:
- apiGroups:
Expand All @@ -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.3
name: RELEASE-NAME-keycloak-operator-operator
spec:
replicas: 1
Expand All @@ -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
Expand Down Expand Up @@ -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.3
name: keycloak-operator-role-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -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.3
name: keycloak-operator-view
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -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.3
name: keycloakcontroller-role-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -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.3
name: keycloakrealmimportcontroller-role-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -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.3
name: keycloak-operator-role
rules:
- apiGroups:
Expand Down Expand Up @@ -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.3
name: RELEASE-NAME-keycloak-operator-operator
spec:
ports:
Expand All @@ -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.3
name: RELEASE-NAME-keycloak-operator
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
name: keycloak
spec:
features:
Expand All @@ -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.3
name: RELEASE-NAME-keycloak-operator-test
spec:
keycloakCRName: keycloak
Expand Down
Loading

0 comments on commit 887c014

Please sign in to comment.