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

Commit

Permalink
release: v1.1.13, chart directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiondic committed Jul 3, 2023
1 parent cc299bd commit 6d95da2
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
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
helm repo update

helm install cops-vigilante cops-vigilante --namespace <<your-namespace>> --create-namespace --version v1.1.2
helm install cops-vigilante cops-vigilante --namespace <<your-namespace>> --create-namespace --version v1.1.3
```
# Tasks
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions charts/cops-vigilante/Chart.yaml → 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.2
version: 1.1.3

# 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.2"
appVersion: "1.1.3"
File renamed without changes.
2 changes: 1 addition & 1 deletion charts/cops-vigilante/values.yaml → 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.2
tag: 1.1.3
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 6d95da2

Please sign in to comment.