Skip to content

Commit

Permalink
change version to v5_4.25.0 [SMAR-2514]
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-nereca committed Apr 3, 2024
1 parent b2b0de4 commit 49d7ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ maintainers:

version: 0.6.0

appVersion: "v5_4.24.0"
appVersion: "v5_4.25.0"
4 changes: 2 additions & 2 deletions templates/sf-tenant-operator-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ data:
}
],
"Jobs": [
{
{{- if or .Values.features.edgeStreams.enabled .Values.dbSynchronizationLeader.enabled }}
{
"Name": "wl_stream_population_job",
"TemplateFilePath": "{{ index .Values "sf-tenant-operator" "config" "configDir" }}/wlStreamPopulationJob.yaml",
"SubmittedAnnotationName": "WlStreamSubmitted",
"TenantEnvVar": "Multitenancy__TenantId",
"JobIdEnvVar": "GENERATION_ID"
{{- end}}
}
{{- end}}
]
}
}
Expand Down

0 comments on commit 49d7ffa

Please sign in to comment.