Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
release(helm): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiondic committed Jul 3, 2023
1 parent 6534e34 commit 229a1b4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Our main branch should always contain the last stable release source code.

Process is as follows:
(1) Update all the versions to the next version (search of vX.X.X of the latest release in the source code, e.g. README.md,
Helm Chart values.yaml and chart.yaml etc.) in a release / feature branch
Helm Chart values.yaml and chart.yaml etc.) in a release / feature branch. Do not manually edit the charts/index.yaml file,
this should still contain older releases!
- Update the Helm repo via running these commands in that same branch:

```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Installation is supported via Helm.
helm repo add cops-vigilante https://conplementag.github.io/cops-vigilante/charts
helm repo update

helm install cops-vigilante cops-vigilante --namespace <<your-namespace>> --create-namespace --version v1.1.4
helm install cops-vigilante cops-vigilante --namespace <<your-namespace>> --create-namespace --version v1.2.0
```
# Tasks
Expand Down
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.4
version: 1.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.1.4"
appVersion: "1.2.0"
Binary file added charts/cops-vigilante-1.2.0.tgz
Binary file not shown.
14 changes: 12 additions & 2 deletions charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
apiVersion: v1
entries:
cops-vigilante:
- apiVersion: v2
appVersion: 1.2.0
created: "2023-07-03T13:51:50.29017+02:00"
description: cops-vigilante
digest: fef26678ec86ebaa3510c0ee188d9c48b593413014d6341df96b9ec5329e4402
name: cops-vigilante
type: application
urls:
- https://conplementag.github.io/cops-vigilante/charts/cops-vigilante-1.2.0.tgz
version: 1.2.0
- apiVersion: v2
appVersion: 1.1.4
created: "2023-07-03T13:15:22.840437+02:00"
created: "2023-07-03T13:51:50.289667+02:00"
description: cops-vigilante
digest: 3660cbf4ac8ebd84841925d56ef8a178b13ed4f70812cdec150d6f44f6c782dc
name: cops-vigilante
type: application
urls:
- https://conplementag.github.io/cops-vigilante/charts/cops-vigilante-1.1.4.tgz
version: 1.1.4
generated: "2023-07-03T13:15:22.838486+02:00"
generated: "2023-07-03T13:51:50.289072+02:00"
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

image:
repository: conplementag/cops-vigilante
tag: 1.1.4
tag: 1.2.0
pullPolicy: Always

# Set to create and mount certificates using CertManager and the self-signed strategy. Don't forget to load
Expand Down

0 comments on commit 229a1b4

Please sign in to comment.