Skip to content

Commit

Permalink
chore(wave4): update mustachetemplate controleer to 3.2.0
Browse files Browse the repository at this point in the history
includes configuration options to control the default reconcile behavior
of mustache templates and its children
  • Loading branch information
esatterwhite committed Jan 18, 2023
1 parent b5f4eec commit eb30242
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions deployment/kubernetes/wave4.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ items:
value: razee-io/mustachetemplate
- name: USER_AGENT_VERSION
value: "${WAVE4_VERSION}"
- name: MTP_RECONCILE_BY_DEFAULT
valueFrom:
configMapKeyRef:
name: razeedeploy-overrides
key: MTP_RECONCILE_BY_DEFAULT
optional: true
- name: RR_RECONCILE_BY_DEFAULT
valueFrom:
configMapKeyRef:
name: razeedeploy-overrides
key: RR_RECONCILE_BY_DEFAULT
optional: true
- name: CRD_WATCH_TIMEOUT_SECONDS
valueFrom:
configMapKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion versions/wave4.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WAVE4_VERSION := 2.1.4
WAVE4_VERSION := 3.2.0

0 comments on commit eb30242

Please sign in to comment.