Skip to content

Commit

Permalink
feat(misc-apps): Update argocd-apps chart from 1.0.0 to 1.4.1 (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Oct 4, 2023
1 parent e532335 commit e2460b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 36 deletions.
43 changes: 10 additions & 33 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.37.0
version: 0.38.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,36 +17,13 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "feat: Update opencost from 1.103.1 to 1.105.2"
description: "feat(argocd-apps): Update chart from 1.0.0 to 1.4.1"
links:
- name: Release Notes 1.104.0
url: https://github.com/opencost/opencost/releases/tag/v1.104.0
- name: Release Notes 1.104.4
url: https://github.com/opencost/opencost/releases/tag/v1.104.4
- name: Release Notes 1.105.0
url: https://github.com/opencost/opencost/releases/tag/v1.105.0
- name: Release Notes 1.105.2
url: https://github.com/opencost/opencost/releases/tag/v1.105.2
- kind: changed
description: "chore(opencost): update chart from 1.14.0 to 1.19.3"
links:
- name: "fix: prometheus endpoint example in values"
url: https://github.com/opencost/opencost-helm-chart/pull/66
- name: "fix: Secret is created by adding aws settings"
url: https://github.com/opencost/opencost-helm-chart/pull/72
- name: "chore: Update PVC claim name"
url: https://github.com/opencost/opencost-helm-chart/pull/65
- name: "feat: add option to using existing secret for Prometheus"
url: https://github.com/opencost/opencost-helm-chart/pull/76
- name: "feat: Make imagePullPolicy properties configurable"
url: https://github.com/opencost/opencost-helm-chart/pull/89
- name: "fix: Fix number values in secret.yaml"
url: https://github.com/opencost/opencost-helm-chart/pull/93
- name: "feat: Added name field in service account"
url: https://github.com/opencost/opencost-helm-chart/pull/92
- name: "feat: Support thanos integration"
url: https://github.com/opencost/opencost-helm-chart/pull/98
- name: "feat: Template Prometheus values"
url: https://github.com/opencost/opencost-helm-chart/pull/100
- name: "fix: increased readiness and liveness probe delay to 120"
url: https://github.com/opencost/opencost-helm-chart/pull/112
- name: "feat: Generate application, applicationset, project with template"
url: https://github.com/argoproj/argo-helm/pull/2025
- name: "feat: add rollout strategy for ApplicationSet"
url: https://github.com/argoproj/argo-helm/pull/2063
- name: "feat: add permitOnlyProjectScopedClusters flag for projects"
url: https://github.com/argoproj/argo-helm/pull/2149
- name: "feat: syncOptions for applications"
url: https://github.com/argoproj/argo-helm/pull/2176
4 changes: 2 additions & 2 deletions charts/misc-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/misc-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ argocdApps:
# -- Chart
chart: argocd-apps
# -- [argocd-apps Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argocd-apps) version
targetRevision: 1.0.0
targetRevision: 1.4.1
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argocd-apps/values.yaml)
values: {}
Expand Down

0 comments on commit e2460b6

Please sign in to comment.