Skip to content

Commit

Permalink
update helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
therealak12 committed Jan 11, 2024
1 parent 50a270a commit 3baeb59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/route-to-contour-httpproxy/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: 0.1.8
version: 0.1.9
# 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.3.9"
appVersion: "1.3.10"
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- endpoints
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
- endpoints
- secrets
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -87,4 +88,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: '{{ include "route-to-contour-httpproxy.fullname" . }}-controller-manager'
namespace: '{{ .Release.Namespace }}'
namespace: '{{ .Release.Namespace }}'

0 comments on commit 3baeb59

Please sign in to comment.