Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release argocd to v16.3.2 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Type Update Change
argocd helm_release minor 16.2.0 -> 16.3.2

Release Notes

iits-consulting/charts (argocd)

v16.3.2

Compare Source

This chart is used to bootstrap a Kubernetes cluster with argocd. You can use this chart to deploy argocd through tools like terraform. Usage example: hcl resource "helm_release" "argocd" { name = "argocd" repository = "https://charts.iits.tech" chart = "argocd" version = "16.3.0" namespace = "argocd" create_namespace = true wait = true atomic = true timeout = 900 // 15 Minutes render_subchart_notes = true dependency_update = true wait_for_jobs = true set_sensitive { name = "projects.app-charts.git.password" value = var.git_token } values = [ yamlencode({ projects = { infrastructure-charts = { projectValues = { # Set this to enable stage values-$STAGE.yaml stage = var.stage # Example values which are handed down to the project. Like this you can give over information from terraform to argo-cd rootDomain = var.domain_name } git = { repoUrl = "https://github.com/iits-consulting/otc-infrastructure-charts-template" } } } } ) ] } In the project https://github.com/iits-consulting/otc-infrastructure-charts-template it expects a helm chart named infrastructure-charts and will install everything from there.

v16.3.1

Compare Source

This chart is used to bootstrap a Kubernetes cluster with argocd. You can use this chart to deploy argocd through tools like terraform. Usage example: hcl resource "helm_release" "argocd" { name = "argocd" repository = "https://charts.iits.tech" chart = "argocd" version = "16.3.0" namespace = "argocd" create_namespace = true wait = true atomic = true timeout = 900 // 15 Minutes render_subchart_notes = true dependency_update = true wait_for_jobs = true set_sensitive { name = "projects.app-charts.git.password" value = var.git_token } values = [ yamlencode({ projects = { infrastructure-charts = { projectValues = { # Set this to enable stage values-$STAGE.yaml stage = var.stage # Example values which are handed down to the project. Like this you can give over information from terraform to argo-cd rootDomain = var.domain_name } git = { repoUrl = "https://github.com/iits-consulting/otc-infrastructure-charts-template" } } } } ) ] } In the project https://github.com/iits-consulting/otc-infrastructure-charts-template it expects a helm chart named infrastructure-charts and will install everything from there.

v16.3.0

Compare Source

This chart is used to bootstrap a Kubernetes cluster with argocd. You can use this chart to deploy argocd through tools like terraform. Usage example: hcl resource "helm_release" "argocd" { name = "argocd" repository = "https://charts.iits.tech" chart = "argocd" version = "16.3.0" namespace = "argocd" create_namespace = true wait = true atomic = true timeout = 900 // 15 Minutes render_subchart_notes = true dependency_update = true wait_for_jobs = true set_sensitive { name = "projects.app-charts.git.password" value = var.git_token } values = [ yamlencode({ projects = { infrastructure-charts = { projectValues = { # Set this to enable stage values-$STAGE.yaml stage = var.stage # Example values which are handed down to the project. Like this you can give over information from terraform to argo-cd rootDomain = var.domain_name } git = { repoUrl = "https://github.com/iits-consulting/otc-infrastructure-charts-template" } } } } ) ] } In the project https://github.com/iits-consulting/otc-infrastructure-charts-template it expects a helm chart named infrastructure-charts and will install everything from there.

v16.2.1

Compare Source

This chart is used to bootstrap a Kubernetes cluster with argocd. You can use this chart to deploy argocd through tools like terraform. Usage example: hcl resource "helm_release" "argocd" { name = "argocd" repository = "https://charts.iits.tech" chart = "argocd" version = "16.2.1" namespace = "argocd" create_namespace = true wait = true atomic = true timeout = 900 // 15 Minutes render_subchart_notes = true dependency_update = true wait_for_jobs = true set_sensitive { name = "projects.app-charts.git.password" value = var.git_token } values = [ yamlencode({ projects = { infrastructure-charts = { projectValues = { # Set this to enable stage values-$STAGE.yaml stage = var.stage # Example values which are handed down to the project. Like this you can give over information from terraform to argo-cd rootDomain = var.domain_name } git = { repoUrl = "https://github.com/iits-consulting/otc-infrastructure-charts-template" } } } } ) ] } In the project https://github.com/iits-consulting/otc-infrastructure-charts-template it expects a helm chart named infrastructure-charts and will install everything from there.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/argocd-16.x branch from fad7f0c to 69306e5 Compare September 9, 2024 14:18
@renovate renovate bot changed the title chore(deps): update helm release argocd to v16.2.1 chore(deps): update helm release argocd to v16.3.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/argocd-16.x branch from 69306e5 to c571318 Compare October 14, 2024 20:24
@renovate renovate bot changed the title chore(deps): update helm release argocd to v16.3.0 chore(deps): update helm release argocd to v16.3.1 Oct 14, 2024
@renovate renovate bot changed the title chore(deps): update helm release argocd to v16.3.1 chore(deps): update helm release argocd to v16.3.2 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/argocd-16.x branch from c571318 to c69a726 Compare February 3, 2025 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants