Skip to content

Commit

Permalink
Release for version 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Scaffidi committed Oct 30, 2024
1 parent 9c3ffdf commit 5c828a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/istio-fortsa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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: v0.0.16
version: v0.0.17
# 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: "v0.0.16"
appVersion: "v0.0.17"
2 changes: 1 addition & 1 deletion chart/istio-fortsa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/hercynium/istio-fortsa
tag: v0.0.16
tag: v0.0.17
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/hercynium/istio-fortsa
newTag: v0.0.16
newTag: v0.0.17

0 comments on commit 5c828a8

Please sign in to comment.