Skip to content

Commit

Permalink
Align audit sidecar container with values definition, bump api image (#9
Browse files Browse the repository at this point in the history
)

* Align audit sidecar container with values definition, bump api image

* update docs
  • Loading branch information
sfunkhouser authored Aug 15, 2023
1 parent b6f51d6 commit b0bda87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/governor-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ helm install governor-api equinixmetal/governor-api
| governor.adminGroups | string | `"governor-admins"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/metal-toolbox/governor-api"` | |
| image.tag | string | `"232-48c7920f"` | |
| image.tag | string | `"243-dec3db14"` | |
| ingress.domains | list | `[]` | |
| ingress.enabled | bool | `true` | |
| k8s-otel-collector.include_otel_attributes | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/governor-api/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
args:
- -f
- /app-audit/audit.log
image: "{{ .Values.audit.auditImage.registry }}/{{ .Values.audit.auditImage.repository }}:{{ .Values.audit.auditImage.tag | default .Chart.AppVersion }}"
image: "{{ .Values.audit.auditImage.repository }}:{{ .Values.audit.auditImage.tag | default .Chart.AppVersion }}"
resources:
{{ toYaml .Values.audit.resources | indent 10 }}
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion charts/governor-api/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/metal-toolbox/governor-api
tag: 232-48c7920f
tag: 243-dec3db14
pullPolicy: IfNotPresent

ingress:
Expand Down

0 comments on commit b0bda87

Please sign in to comment.