Skip to content

Commit

Permalink
Release new versions
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
  • Loading branch information
terrytangyuan committed Sep 20, 2021
1 parent cfdaa7b commit be6168a
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 23 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,25 @@ helm repo update
helm search repo akuity
# Install Argo CD (latest version)
helm install akuity/argo-cd -n argo --generate-name
helm install argo-cd akuity/argo-cd -n argo
# Install Argo CD (specific version)
helm install akuity/argo-cd --version 0.0.8 -n argo --generate-name
helm install argo-cd akuity/argo-cd --version 0.0.9 -n argo
```

Port-forwarding Argo CD UI and API server:
```
kubectl port-forward svc/argo-cd-argocd-server -n argo 8080:443
```

Login [localhost:8080](localhost:8080) via username `admin` and the auto-generated password accessed via the following:
```
kubectl -n argo get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
```

To uninstall Argo CD, run the following:
```
helm uninstall argo-cd
```

## Local Development and Testing
Expand Down
2 changes: 1 addition & 1 deletion charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 0.0.9
version: 0.0.10
appVersion: 2.1.1
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
Expand Down
2 changes: 1 addition & 1 deletion charts/argo-cd/DOCS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# argo-cd

![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-informational?style=flat-square) ![AppVersion: 2.1.1](https://img.shields.io/badge/AppVersion-2.1.1-informational?style=flat-square)
![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![AppVersion: 2.1.1](https://img.shields.io/badge/AppVersion-2.1.1-informational?style=flat-square)

A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.

Expand Down
4 changes: 2 additions & 2 deletions charts/argo-events/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 0.0.8
version: 0.0.10
appVersion: 1.3.1
description: A Helm chart to install Argo-Events in k8s Cluster
name: argo-events
Expand All @@ -15,4 +15,4 @@ maintainers:
- name: jessesuen
- name: wanghong230
icon: https://argoproj.github.io/argo-events/assets/logo.png
home: https://github.com/argoproj/argo-helm
home: https://github.com/akuity/helm-builds
4 changes: 2 additions & 2 deletions charts/argo-events/DOCS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# argo-events

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)
![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)

A Helm chart to install Argo-Events in k8s Cluster

**Homepage:** <https://github.com/argoproj/argo-helm>
**Homepage:** <https://github.com/akuity/helm-builds>

## Maintainers

Expand Down
4 changes: 2 additions & 2 deletions charts/argo-rollouts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
version: 0.0.8
version: 0.0.10
appVersion: 1.0.2
description: A Helm chart for Argo Rollouts
name: argo-rollouts
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
home: https://github.com/argoproj/argo-helm
home: https://github.com/akuity/helm-builds
maintainers:
- name: terrytangyuan
- name: jessesuen
Expand Down
4 changes: 2 additions & 2 deletions charts/argo-rollouts/DOCS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# argo-rollouts

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![AppVersion: 1.0.2](https://img.shields.io/badge/AppVersion-1.0.2-informational?style=flat-square)
![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![AppVersion: 1.0.2](https://img.shields.io/badge/AppVersion-1.0.2-informational?style=flat-square)

A Helm chart for Argo Rollouts

**Homepage:** <https://github.com/argoproj/argo-helm>
**Homepage:** <https://github.com/akuity/helm-builds>

## Maintainers

Expand Down
4 changes: 2 additions & 2 deletions charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
version: 0.0.8
version: 0.0.10
appVersion: 3.1.8
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
home: https://github.com/akuity/helm-builds
sources:
- https://github.com/argoproj/argo-workflows
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/argo-workflows/DOCS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# argo-workflows

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.8](https://img.shields.io/badge/AppVersion-3.1.8-informational?style=flat-square)
![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.8](https://img.shields.io/badge/AppVersion-3.1.8-informational?style=flat-square)

A Helm chart for Argo Workflows

**Homepage:** <https://github.com/argoproj/argo-helm>
**Homepage:** <https://github.com/akuity/helm-builds>

## Maintainers

Expand Down
4 changes: 2 additions & 2 deletions charts/argocd-applicationset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
version: 0.0.8
version: 0.0.10
appVersion: 0.2.0
name: argocd-applicationset
description: A Helm chart for installing ArgoCD ApplicationSet
type: application
home: https://github.com/argoproj/argo-helm
home: https://github.com/akuity/helm-builds
icon: https://argocd-applicationset.readthedocs.io/en/stable/assets/logo.png
keywords:
- argoproj
Expand Down
2 changes: 1 addition & 1 deletion charts/argocd-image-updater/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 0.0.8
version: 0.0.10
appVersion: 0.10.1
name: argocd-image-updater
description: A Helm chart for Argo CD Image Updater, a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD
Expand Down
4 changes: 2 additions & 2 deletions charts/argocd-notifications/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
version: 0.0.8
version: 0.0.10
appVersion: 1.1.1
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
name: argocd-notifications
type: application
home: https://github.com/argoproj/argo-helm
home: https://github.com/akuity/helm-builds
icon: https://argocd-notifications.readthedocs.io/en/stable/assets/logo.png
keywords:
- argoproj
Expand Down
4 changes: 2 additions & 2 deletions charts/argocd-notifications/DOCS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# argocd-notifications

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square)
![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square)

A Helm chart for ArgoCD notifications, an add-on to ArgoCD.

**Homepage:** <https://github.com/argoproj/argo-helm>
**Homepage:** <https://github.com/akuity/helm-builds>

## Maintainers

Expand Down

0 comments on commit be6168a

Please sign in to comment.