Skip to content

Commit 0d96d84

Browse files
committed
Update appVersion to 1.x
1 parent ee2aa50 commit 0d96d84

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/opa/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.7.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 0.59.0
24+
appVersion: 1.11.0

charts/opa/templates/deployment.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ spec:
4646
- --server
4747
- --diagnostic-addr
4848
- 0.0.0.0:8282
49+
- --addr
50+
- 0.0.0.0:8181
4951
- --config-file
5052
- /etc/opa-config/config.yaml
51-
- --log-level
52-
- {{ .Values.logLevel }}
53+
- --log-level={{ .Values.logLevel | default "info" }}
5354
{{- with .Values.env }}
5455
env:
5556
{{- toYaml . | nindent 12 }}

0 commit comments

Comments
 (0)