Merge remote-tracking branch 'upbound/main' into render-values-by-tpl-func
# Conflicts: # charts/argo-cd/Chart.yaml
This commit is contained in:
commit
264883630e
15 changed files with 1920 additions and 15 deletions
|
@ -7,6 +7,12 @@ exemptions:
|
||||||
reason: "Helm deps are not currently scanned. Maintainers are watching developments to dependabot-core #2237" # Justification of this exemption (mandatory, it will be displayed on the UI)
|
reason: "Helm deps are not currently scanned. Maintainers are watching developments to dependabot-core #2237" # Justification of this exemption (mandatory, it will be displayed on the UI)
|
||||||
- check: sbom
|
- check: sbom
|
||||||
reason: "Tracking Helm dependencies is not yet a stable practice."
|
reason: "Tracking Helm dependencies is not yet a stable practice."
|
||||||
|
- check: self_assessment
|
||||||
|
reason: "Refer to self assessments supplied by the codebases Argo Helm supports."
|
||||||
|
- check: signed_releases
|
||||||
|
reason: "Argo Helm releases are made via Artifact Hub, where they are signed. The unsigned GitHub releases are for reference only."
|
||||||
|
- check: license_scanning
|
||||||
|
reason: "Temporary exemption: pending response from CNCF Service Desk"
|
||||||
|
|
||||||
# TODO:
|
# TODO:
|
||||||
# License scanning information
|
# License scanning information
|
||||||
|
|
2
.github/workflows/lint-and-test.yml
vendored
2
.github/workflows/lint-and-test.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Chart Linting
|
- name: Setup Chart Linting
|
||||||
id: lint
|
id: lint
|
||||||
uses: helm/chart-testing-action@b43128a8b25298e1e7b043b78ea6613844e079b1 # v2.6.0
|
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
|
||||||
with:
|
with:
|
||||||
# Note: Also update in scripts/lint.sh
|
# Note: Also update in scripts/lint.sh
|
||||||
version: v3.10.0
|
version: v3.10.0
|
||||||
|
|
2
.github/workflows/pr-title.yml
vendored
2
.github/workflows/pr-title.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
name: Validate PR title
|
name: Validate PR title
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 # v5.3.0
|
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}"
|
PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}"
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
|
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
|
||||||
with:
|
with:
|
||||||
config: "./.github/configs/cr.yaml"
|
config: "./.github/configs/cr.yaml"
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -47,6 +47,8 @@ Any breaking changes to a chart (backwards incompatible) require:
|
||||||
|
|
||||||
### New Application Versions
|
### New Application Versions
|
||||||
|
|
||||||
|
Helm charts are intended to be created for all non-patched releases of Argo CD, Workflows, Rollouts, and Events. Associated dependencies, such as Redis, will use the version recommended by the associated release.
|
||||||
|
|
||||||
When selecting new application versions ensure you make the following changes:
|
When selecting new application versions ensure you make the following changes:
|
||||||
|
|
||||||
* `values.yaml`: Bump all instances of the container image version
|
* `values.yaml`: Bump all instances of the container image version
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
[](https://artifacthub.io/packages/search?repo=argo)
|
[](https://artifacthub.io/packages/search?repo=argo)
|
||||||
[](https://clomonitor.io/projects/cncf/argo)
|
[](https://clomonitor.io/projects/cncf/argo)
|
||||||
[](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-helm)
|
[](https://api.securityscorecards.dev/projects/github.com/argoproj/argo-helm)
|
||||||
|
[](https://www.bestpractices.dev/projects/7942)
|
||||||
|
|
||||||
Argo Helm is a collection of **community maintained** charts for [https://argoproj.github.io](https://argoproj.github.io) projects. The charts can be added using following command:
|
Argo Helm is a collection of **community maintained** charts for [https://argoproj.github.io](https://argoproj.github.io) projects. The charts can be added using following command:
|
||||||
|
|
||||||
|
|
23
SECURITY-INSIGHTS.yml
Normal file
23
SECURITY-INSIGHTS.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
header:
|
||||||
|
schema-version: '1.0.0'
|
||||||
|
expiration-date: '2024-11-04T10:00:00.000Z'
|
||||||
|
project-url: https://github.com/argoproj/argo-helm
|
||||||
|
project-lifecycle:
|
||||||
|
status: active
|
||||||
|
bug-fixes-only: false
|
||||||
|
core-maintainers:
|
||||||
|
- https://github.com/mkilchhofer
|
||||||
|
- https://github.com/jmeridth
|
||||||
|
contribution-policy:
|
||||||
|
accepts-pull-requests: true
|
||||||
|
accepts-automated-pull-requests: true
|
||||||
|
distribution-points:
|
||||||
|
- https://github.com/argoproj/argo-helm/blob/main/SECURITY.md
|
||||||
|
vulnerability-reporting:
|
||||||
|
accepts-vulnerability-reports: true
|
||||||
|
email-contact: cncf-argo-maintainers@lists.cncf.io
|
||||||
|
security-policy: https://github.com/argoproj/argo-helm/blob/main/SECURITY.md
|
||||||
|
comment: Please refer to the security policy for reporting information prior to using the email contact.
|
||||||
|
dependencies:
|
||||||
|
env-dependencies-policy:
|
||||||
|
policy-url: https://github.com/argoproj/argo-helm/blob/master/CONTRIBUTING.md#new-application-versions
|
|
@ -1,9 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v2.8.6
|
appVersion: v2.9.1
|
||||||
kubeVersion: ">=1.23.0-0"
|
kubeVersion: ">=1.23.0-0"
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 5.50.2
|
version: 5.51.0
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
sources:
|
sources:
|
||||||
|
|
|
@ -90,6 +90,18 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
- name: ARGOCD_APPLICATIONSET_CONTROLLER_GLOBAL_PRESERVED_ANNOTATIONS
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
key: applicationsetcontroller.global.preserved.annotations
|
||||||
|
name: argocd-cmd-params-cm
|
||||||
|
optional: true
|
||||||
|
- name: ARGOCD_APPLICATIONSET_CONTROLLER_GLOBAL_PRESERVED_LABELS
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
key: applicationsetcontroller.global.preserved.labels
|
||||||
|
name: argocd-cmd-params-cm
|
||||||
|
optional: true
|
||||||
- name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_LEADER_ELECTION
|
- name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_LEADER_ELECTION
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
|
|
|
@ -231,6 +231,18 @@ spec:
|
||||||
key: reposerver.streamed.manifest.max.extracted.size
|
key: reposerver.streamed.manifest.max.extracted.size
|
||||||
name: argocd-cmd-params-cm
|
name: argocd-cmd-params-cm
|
||||||
optional: true
|
optional: true
|
||||||
|
- name: ARGOCD_REPO_SERVER_HELM_MANIFEST_MAX_EXTRACTED_SIZE
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
key: reposerver.helm.manifest.max.extracted.size
|
||||||
|
name: argocd-cmd-params-cm
|
||||||
|
optional: true
|
||||||
|
- name: ARGOCD_REPO_SERVER_DISABLE_HELM_MANIFEST_MAX_EXTRACTED_SIZE
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
name: argocd-cmd-params-cm
|
||||||
|
key: reposerver.disable.helm.manifest.max.extracted.size
|
||||||
|
optional: true
|
||||||
- name: ARGOCD_GIT_MODULES_ENABLED
|
- name: ARGOCD_GIT_MODULES_ENABLED
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
|
|
|
@ -40,6 +40,7 @@ rules:
|
||||||
- argoproj.io
|
- argoproj.io
|
||||||
resources:
|
resources:
|
||||||
- applications
|
- applications
|
||||||
|
- applicationsets
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
|
|
|
@ -359,6 +359,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize
|
description: Namespace sets the namespace that Kustomize
|
||||||
adds to all resources
|
adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas
|
description: Replicas is a list of Kustomize Replicas
|
||||||
override specifications
|
override specifications
|
||||||
|
@ -657,6 +688,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize
|
description: Namespace sets the namespace that Kustomize
|
||||||
adds to all resources
|
adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas
|
description: Replicas is a list of Kustomize Replicas
|
||||||
override specifications
|
override specifications
|
||||||
|
@ -797,7 +859,8 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
description: Name is an alternate way of specifying the target
|
description: Name is an alternate way of specifying the target
|
||||||
cluster by its symbolic name
|
cluster by its symbolic name. This must be set if Server is
|
||||||
|
not set.
|
||||||
type: string
|
type: string
|
||||||
namespace:
|
namespace:
|
||||||
description: Namespace specifies the target namespace for the
|
description: Namespace specifies the target namespace for the
|
||||||
|
@ -805,8 +868,9 @@ spec:
|
||||||
namespace-scoped resources that have not set a value for .metadata.namespace
|
namespace-scoped resources that have not set a value for .metadata.namespace
|
||||||
type: string
|
type: string
|
||||||
server:
|
server:
|
||||||
description: Server specifies the URL of the target cluster and
|
description: Server specifies the URL of the target cluster's
|
||||||
must be set to the Kubernetes control plane API
|
Kubernetes control plane API. This must be set if Name is not
|
||||||
|
set.
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
|
@ -1067,6 +1131,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize adds
|
description: Namespace sets the namespace that Kustomize adds
|
||||||
to all resources
|
to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas override
|
description: Replicas is a list of Kustomize Replicas override
|
||||||
specifications
|
specifications
|
||||||
|
@ -1355,6 +1450,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize
|
description: Namespace sets the namespace that Kustomize
|
||||||
adds to all resources
|
adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas override
|
description: Replicas is a list of Kustomize Replicas override
|
||||||
specifications
|
specifications
|
||||||
|
@ -1796,6 +1922,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize
|
description: Namespace sets the namespace that Kustomize
|
||||||
adds to all resources
|
adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas
|
description: Replicas is a list of Kustomize Replicas
|
||||||
override specifications
|
override specifications
|
||||||
|
@ -2097,6 +2254,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize
|
description: Namespace sets the namespace that Kustomize
|
||||||
adds to all resources
|
adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas
|
description: Replicas is a list of Kustomize Replicas
|
||||||
override specifications
|
override specifications
|
||||||
|
@ -2542,6 +2730,37 @@ spec:
|
||||||
description: Namespace sets the namespace that
|
description: Namespace sets the namespace that
|
||||||
Kustomize adds to all resources
|
Kustomize adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas
|
description: Replicas is a list of Kustomize Replicas
|
||||||
override specifications
|
override specifications
|
||||||
|
@ -2860,6 +3079,38 @@ spec:
|
||||||
description: Namespace sets the namespace that
|
description: Namespace sets the namespace that
|
||||||
Kustomize adds to all resources
|
Kustomize adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize
|
||||||
|
patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize
|
description: Replicas is a list of Kustomize
|
||||||
Replicas override specifications
|
Replicas override specifications
|
||||||
|
@ -3292,6 +3543,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize
|
description: Namespace sets the namespace that Kustomize
|
||||||
adds to all resources
|
adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas
|
description: Replicas is a list of Kustomize Replicas
|
||||||
override specifications
|
override specifications
|
||||||
|
@ -3603,6 +3885,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize
|
description: Namespace sets the namespace that Kustomize
|
||||||
adds to all resources
|
adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas
|
description: Replicas is a list of Kustomize Replicas
|
||||||
override specifications
|
override specifications
|
||||||
|
@ -3804,7 +4117,8 @@ spec:
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
description: Name is an alternate way of specifying the
|
description: Name is an alternate way of specifying the
|
||||||
target cluster by its symbolic name
|
target cluster by its symbolic name. This must be set
|
||||||
|
if Server is not set.
|
||||||
type: string
|
type: string
|
||||||
namespace:
|
namespace:
|
||||||
description: Namespace specifies the target namespace
|
description: Namespace specifies the target namespace
|
||||||
|
@ -3813,8 +4127,9 @@ spec:
|
||||||
not set a value for .metadata.namespace
|
not set a value for .metadata.namespace
|
||||||
type: string
|
type: string
|
||||||
server:
|
server:
|
||||||
description: Server specifies the URL of the target cluster
|
description: Server specifies the URL of the target cluster's
|
||||||
and must be set to the Kubernetes control plane API
|
Kubernetes control plane API. This must be set if Name
|
||||||
|
is not set.
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
|
@ -4056,6 +4371,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize
|
description: Namespace sets the namespace that Kustomize
|
||||||
adds to all resources
|
adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas
|
description: Replicas is a list of Kustomize Replicas
|
||||||
override specifications
|
override specifications
|
||||||
|
@ -4367,6 +4713,37 @@ spec:
|
||||||
description: Namespace sets the namespace that Kustomize
|
description: Namespace sets the namespace that Kustomize
|
||||||
adds to all resources
|
adds to all resources
|
||||||
type: string
|
type: string
|
||||||
|
patches:
|
||||||
|
description: Patches is a list of Kustomize patches
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
options:
|
||||||
|
additionalProperties:
|
||||||
|
type: boolean
|
||||||
|
type: object
|
||||||
|
patch:
|
||||||
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
target:
|
||||||
|
properties:
|
||||||
|
annotationSelector:
|
||||||
|
type: string
|
||||||
|
group:
|
||||||
|
type: string
|
||||||
|
kind:
|
||||||
|
type: string
|
||||||
|
labelSelector:
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
namespace:
|
||||||
|
type: string
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
type: object
|
||||||
|
type: array
|
||||||
replicas:
|
replicas:
|
||||||
description: Replicas is a list of Kustomize Replicas
|
description: Replicas is a list of Kustomize Replicas
|
||||||
override specifications
|
override specifications
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,9 +1,9 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v3.5.0
|
appVersion: v3.5.1
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.37.0
|
version: 0.38.0
|
||||||
icon: https://argoproj.github.io/argo-workflows/assets/logo.png
|
icon: https://argoproj.github.io/argo-workflows/assets/logo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
sources:
|
sources:
|
||||||
|
@ -17,4 +17,4 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Updated supported scaling parameters based on https://argoproj.github.io/argo-workflows/scaling/
|
description: Upgrade Argo Workflows to v3.5.1
|
||||||
|
|
|
@ -124,7 +124,7 @@ controller:
|
||||||
# -- Service metrics port name
|
# -- Service metrics port name
|
||||||
servicePortName: metrics
|
servicePortName: metrics
|
||||||
# -- ServiceMonitor relabel configs to apply to samples before scraping
|
# -- ServiceMonitor relabel configs to apply to samples before scraping
|
||||||
## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#relabelconfig
|
## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig
|
||||||
relabelings: []
|
relabelings: []
|
||||||
# -- ServiceMonitor metric relabel configs to apply to samples before ingestion
|
# -- ServiceMonitor metric relabel configs to apply to samples before ingestion
|
||||||
## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#endpoint
|
## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#endpoint
|
||||||
|
|
Loading…
Reference in a new issue