UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4849da6c authored by Rob Ferguson's avatar Rob Ferguson
Browse files

Merge branch 'argocd-apps-kpt-file-update' into 'main'

Converts argocd-apps Kptfile to 0.x.x format, adds quotes to file loc in chart

See merge request !125
parents d0d3047a 76f7bb61
No related branches found
No related tags found
1 merge request!125Converts argocd-apps Kptfile to 0.x.x format, adds quotes to file loc in chart
Pipeline #1455769 passed
......@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [5.22.1-bb.2] - 2023-03-14
### Updated
- Updates Kpt file for `argocd-apps` to match 0.x.x format
## [5.22.1-bb.1] - 2023-03-01
### Updated
- Adds `argocd-apps` as a subchart of ArgoCD
......
# argocd
![Version: 5.22.1-bb.1](https://img.shields.io/badge/Version-5.22.1--bb.1-informational?style=flat-square) ![AppVersion: v2.6.1](https://img.shields.io/badge/AppVersion-v2.6.1-informational?style=flat-square)
![Version: 5.22.1-bb.2](https://img.shields.io/badge/Version-5.22.1--bb.2-informational?style=flat-square) ![AppVersion: v2.6.1](https://img.shields.io/badge/AppVersion-v2.6.1-informational?style=flat-square)
A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
......
......@@ -3,7 +3,7 @@ appVersion: v2.6.1
kubeVersion: ">=1.22.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argocd
version: 5.22.1-bb.1
version: 5.22.1-bb.2
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
......@@ -27,7 +27,7 @@ dependencies:
repository: "oci://registry1.dso.mil/bigbang"
- name: argocd-apps
version: "0.0.9"
repository: file://./deps/argocd-apps
repository: "file://./deps/argocd-apps"
annotations:
bigbang.dev/applicationVersions: |
- Argocd: v2.6.1
......
apiVersion: kpt.dev/v1
apiVersion: kpt.dev/v1alpha1
kind: Kptfile
metadata:
name: argocd-apps
upstream:
type: git
git:
commit: 037d3a9e769749ac49d3d6e7dac5417fd673ac7f
repo: https://github.com/argoproj/argo-helm
directory: /charts/argocd-apps
ref: argo-cd-5.26.0
info:
description: Applies changes to argocd-apps to make it compatible as a subchart to argocd
ref: argo-cd-5.26.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment