Skip to content

Commit

Permalink
Merge branch 'main' into chore/fluentbit-0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pree authored Nov 2, 2023
2 parents 126c8e1 + 6b91b72 commit 1797264
Show file tree
Hide file tree
Showing 12 changed files with 121 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python-version: '3.x'

- name: Install chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Install Artifact Hub CLI tool
run: hack/sh/deps/ah.sh
Expand Down
26 changes: 22 additions & 4 deletions charts/azure-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: azure-apps
description: Argo CD app-of-apps config for Azure applications
type: application
version: 0.9.0
version: 0.12.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/azure-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,7 +17,25 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "promitor: scraper v2.10 & resource discovery v0.9.0"
description: "azureKvCsiProvider: bump azureKvCsiProvider from v1.3 to v1.4.1"
links:
- name: GitHub PR
url: https://github.com/promitor/charts/pull/144
- name: Fixes CVE-2022-41717
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/1039
- name: Fixes CVE-2022-32149
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/999
- name: Fixes CVE-2022-27664
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/976
- name: Fixes CVE-2022-1996
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/957
- name: fix/updates template condition for Arc
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/973
- name: fix/increase fluentd resource limits for arc
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/946
- name: fix/bug 948 arc missing system identity
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/949
- name: fix/runs msi-adapter as privileged on openshift
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/920
- name: Update to v1.4.0
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases/tag/v1.4.0
- name: Update to v1.4.1
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases/tag/v1.4.1
8 changes: 4 additions & 4 deletions charts/azure-apps/README.md

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

6 changes: 3 additions & 3 deletions charts/azure-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ azureKvCsiProvider:
# -- Chart
chart: "csi-secrets-store-provider-azure"
# -- [csi-secrets-store-provider-azure Helm chart](https://github.com/Azure/secrets-store-csi-driver-provider-azure/tree/master/charts/csi-secrets-store-provider-azure) version
targetRevision: "1.3.*"
targetRevision: "1.4.1"
# -- Helm values
# @default -- [upstream values](https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/charts/csi-secrets-store-provider-azure/values.yaml)
values: {}
Expand All @@ -33,7 +33,7 @@ promitorScraper:
# -- Chart
chart: "promitor-agent-scraper"
# -- [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version
targetRevision: "2.10.0"
targetRevision: "2.12.0"
# -- Helm values
# @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-scraper/values.yaml)
values: {}
Expand All @@ -53,7 +53,7 @@ promitorResourceDiscovery:
# -- Chart
chart: "promitor-agent-resource-discovery"
# -- [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version
targetRevision: "0.9.0"
targetRevision: "0.11.0"
# -- Helm values
# @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-resource-discovery/values.yaml)
values: {}
17 changes: 6 additions & 11 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.180.0
version: 0.183.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -15,15 +15,10 @@ dependencies:
version: 0.9.0
repository: https://charts.adfinis.com
annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "fix(argo-cd): Update chart from 5.46.3 to 5.46.7"
- kind: security
description: "feat(infra-apps): Update ingress-nginx from 4.7.1 to 4.8.3"
links:
- name: "fix: Align redis-ha's affinity type to upstream due to warnings"
url: https://github.com/argoproj/argo-helm/pull/2270
- name: "fix: make ServiceMonitor annotations in ArgoCD server conditional"
url: https://github.com/argoproj/argo-helm/pull/2273
- name: "fix: Add checksum for CMP ConfigMap in repo-server Pod annotations"
url: https://github.com/argoproj/argo-helm/pull/2275
- name: "fix: Update Redis to 7.0.13 to fix CVE-2022-48174"
url: https://github.com/argoproj/argo-helm/pull/2279
- name: "fix: updates to ingress-nginx 1.9.4 to fix CVE-2023-5043 and CVE-2023-5044"
url: https://github.com/kubernetes/ingress-nginx/pull/10568
8 changes: 4 additions & 4 deletions charts/infra-apps/README.md

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

6 changes: 3 additions & 3 deletions charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ingressNginx:
# -- Chart
chart: ingress-nginx
# -- [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version
targetRevision: 4.7.1
targetRevision: 4.8.3
# -- Helm values
# @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml)
values: {}
Expand All @@ -133,7 +133,7 @@ kubePrometheusStack:
# -- Chart
chart: kube-prometheus-stack
# -- [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version
targetRevision: 49.2.0
targetRevision: 51.2.0
# -- Argo CD sync policy for the app
syncPolicy:
syncOptions:
Expand Down Expand Up @@ -226,7 +226,7 @@ kured:
# -- Chart
chart: kured
# -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured)
targetRevision: 4.2.0
targetRevision: 5.2.0
# -- Helm values
# @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml)
values: {}
Expand Down
74 changes: 68 additions & 6 deletions charts/misc-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: misc-apps
description: Argo CD app-of-apps config for miscellaneous small tools
type: application
version: 0.39.0
version: 0.41.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,9 +17,71 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "chore(misc-apps): Update downscaler from 0.7.1 to 0.7.3"
description: "feat(misc-apps): Update chartmuseum from 3.9.2 to 3.10.1"
links:
- url: https://github.com/deliveryhero/helm-charts/pull/484
name: Add inactive_in option and update default appVersion
- url: https://github.com/deliveryhero/helm-charts/pull/523
name: Cronjob apiVersion compliant post k8s v1.25
- url: https://github.com/helm/chartmuseum/pull/695
name: "build(deps): bump github.com/urfave/cli from 1.22.13 to 1.22.14"
- url: https://github.com/helm/chartmuseum/pull/693
name: "Update various dependencies, prep for 0.16.0 release"
- url: https://github.com/helm/chartmuseum/pull/692
name: "chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml"
- url: https://github.com/helm/chartmuseum/pull/684
name: "build(deps): bump github.com/docker/distribution"
- url: https://github.com/helm/chartmuseum/pull/690
name: "build(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1"
- url: https://github.com/helm/chartmuseum/pull/685
name: "replace io/ioutil package with os package"
- url: https://github.com/helm/chartmuseum/pull/681
name: "build(deps): bump flask from 2.2.2 to 2.3.2 in /loadtesting"
- url: https://github.com/helm/chartmuseum/pull/679
name: "build(deps): bump helm.sh/helm/v3 from 3.11.2 to 3.11.3"
- url: https://github.com/helm/chartmuseum/pull/661
name: "build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0"
- url: https://github.com/helm/chartmuseum/pull/662
name: "build(deps): bump github.com/urfave/cli from 1.22.10 to 1.22.12"
- url: https://github.com/helm/chartmuseum/pull/668
name: "build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0"
- url: https://github.com/helm/chartmuseum/pull/671
name: "build(deps): bump helm.sh/helm/v3 from 3.10.3 to 3.11.2"
- url: https://github.com/helm/chartmuseum/pull/669
name: "build(deps): bump golang.org/x/net"
- url: https://github.com/helm/chartmuseum/pull/667
name: "fix: update URLs in k8s mirror script"
- url: https://github.com/helm/chartmuseum/pull/664
name: "ci: pin buildx version"
- url: https://github.com/helm/chartmuseum/pull/656
name: "feat: Remove NetEase object storage provider"
- url: https://github.com/helm/chartmuseum/pull/649
name: "build(deps): bump helm.sh/helm/v3 from 3.10.2 to 3.10.3"
- url: https://github.com/helm/chartmuseum/pull/648
name: "build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /loadtesting"
- url: https://github.com/helm/chartmuseum/pull/645
name: "build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0"
- url: https://github.com/helm/chartmuseum/pull/637
name: "build(deps): bump github.com/gofrs/uuid"
- url: https://github.com/helm/chartmuseum/pull/641
name: "build(deps): bump helm.sh/helm/v3 from 3.10.1 to 3.10.2"
- url: https://github.com/helm/chartmuseum/commit/4803da29ed6a254a22cae05c4d0ff9221902a54f
name: "action: fix cosign invalid key"
- url: https://github.com/helm/chartmuseum/commit/6363e95735afeadf72e1922d0260b30f9e6d664e
name: "makefile: replace go get to go install"
- url: https://github.com/helm/chartmuseum/pull/639
name: "build(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0"
- url: https://github.com/helm/chartmuseum/pull/640
name: "build(deps): bump github.com/prometheus/client_golang"
- url: https://github.com/helm/chartmuseum/pull/634
name: "mod: bump go to 1.19 and bump helm dependency"
- url: https://github.com/helm/chartmuseum/pull/630
name: "Added HEAD route for index.yaml"
- url: https://github.com/helm/chartmuseum/pull/623
name: "Feat/add-golang-lint"
- url: https://github.com/helm/chartmuseum/pull/614
name: "build(deps): bump github.com/urfave/cli from 1.22.9 to 1.22.10"
- url: https://github.com/helm/chartmuseum/pull/619
name: "build(deps): bump github.com/gofrs/uuid"
- url: https://github.com/helm/chartmuseum/pull/621
name: "build(deps): bump github.com/chartmuseum/storage from 0.12.4 to 0.12.5"
- url: https://github.com/helm/chartmuseum/pull/616
name: "build(deps): bump github.com/spf13/viper from 1.12.0 to 1.13.0"
- url: https://github.com/helm/chartmuseum/pull/613
name: "build(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0"
Loading

0 comments on commit 1797264

Please sign in to comment.