Skip to content

Commit

Permalink
Merge pull request #64 from qpoint-io/marc-barry/charts-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-barry authored Jan 30, 2024
2 parents e778b8e + f1c94b0 commit 8360bcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/qtap-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: qtap-operator
description: A Helm chart for a Kubernetes Qtap operator
type: application
version: 0.0.16
version: 0.0.17
# This is the semantic version of https://github.com/qpoint-io/kubernetes-qtap-operator/releases being deployed
appVersion: "v0.0.9"
2 changes: 1 addition & 1 deletion charts/qtap-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ injectPodAnnotationsConfigmap:
annotationsYaml: |-
qpoint.io/inject-ca: "true"
qpoint.io/qtap-init-tag: "v0.0.8"
qpoint.io/qtap-tag: "v0.0.13"
qpoint.io/qtap-tag: "v0.0.14"
qpoint.io/qtap-init-egress-port-mapping: "10080:80,10443:443"
qpoint.io/qtap-init-egress-accept-uids: "1010"
qpoint.io/qtap-init-egress-accept-gids: "1010"
Expand Down
4 changes: 2 additions & 2 deletions charts/qtap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,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: 0.0.14
version: 0.0.15

# 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.13"
appVersion: "v0.0.14"

0 comments on commit 8360bcd

Please sign in to comment.