Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.8
1.11.9
4 changes: 2 additions & 2 deletions charts/hybrid-ingestion-runner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ 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: "1.11.8"
version: "1.11.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.11.8"
appVersion: "1.11.9"
maintainers:
- name: OpenMetadata
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/hybrid-ingestion-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
replicaCount: 1
image:
repository: "118146679784.dkr.ecr.eu-west-1.amazonaws.com/hybrid-ingestion-runner"
tag: "1.11.8"
tag: "1.11.9"
pullPolicy: IfNotPresent
# Image Pull Secrets https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
imagePullSecrets: []
Expand Down Expand Up @@ -37,7 +37,7 @@ config:
# namespace: "another-namespace"
# Repository and tag for the Argo ingestion pod image
repository: "118146679784.dkr.ecr.eu-west-1.amazonaws.com/collate-customers-ingestion-slim-eu-west-1"
tag: "om-1.11.8-cl-1.11.8"
tag: "om-1.11.9-cl-1.11.9"
# Image Pull Secrets for the ingestion pod image (comma separated string)
imagePullSecrets: "omd-registry-credentials"
# disableVersionValidation: ""
Expand Down