diff --git a/operator/charts/helm/opensearch-service/Chart.yaml b/operator/charts/helm/opensearch-service/Chart.yaml index 7362bb1e..0276821c 100644 --- a/operator/charts/helm/opensearch-service/Chart.yaml +++ b/operator/charts/helm/opensearch-service/Chart.yaml @@ -15,7 +15,7 @@ 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: 0.1.0 +version: 2.3.1 # 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 diff --git a/operator/charts/helm/opensearch-service/values.yaml b/operator/charts/helm/opensearch-service/values.yaml index 140cdcd6..a3644dea 100644 --- a/operator/charts/helm/opensearch-service/values.yaml +++ b/operator/charts/helm/opensearch-service/values.yaml @@ -1,7 +1,7 @@ dashboards: enabled: false - dockerImage: ghcr.io/netcracker/qubership-opensearch-dashboard-3:main - dockerImageDashboard2: ghcr.io/netcracker/qubership-opensearch-dashboard-2:main + dockerImage: ghcr.io/netcracker/qubership-opensearch-dashboard-3:2.3.1 + dockerImageDashboard2: ghcr.io/netcracker/qubership-opensearch-dashboard-2:2.3.1 ## Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never". ## Default to "Always". imagePullPolicy: "" @@ -169,7 +169,7 @@ global: create: false disasterRecovery: - image: ghcr.io/netcracker/qubership-disaster-recovery-daemon:main + image: ghcr.io/netcracker/qubership-disaster-recovery-daemon:v0.14.6 tls: enabled: false certificates: @@ -212,7 +212,7 @@ global: securityContext: {} operator: - dockerImage: ghcr.io/netcracker/qubership-opensearch-operator:main + dockerImage: ghcr.io/netcracker/qubership-opensearch-operator:2.3.1 replicas: 1 reconcilePeriod: 60 logLevel: info @@ -826,9 +826,9 @@ opensearch: maxMapCount: 262144 - dockerImage: ghcr.io/netcracker/qubership-docker-opensearch-3:main - opensearch2dockerImage: ghcr.io/netcracker/qubership-docker-opensearch-2:main - dockerTlsInitImage: ghcr.io/netcracker/qubership-opensearch-tls-init:main + dockerImage: ghcr.io/netcracker/qubership-docker-opensearch-3:2.3.1 + opensearch2dockerImage: ghcr.io/netcracker/qubership-docker-opensearch-2:2.3.1 + dockerTlsInitImage: ghcr.io/netcracker/qubership-opensearch-tls-init:2.3.1 ## Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never". ## Default to "Always". imagePullPolicy: "" @@ -872,7 +872,7 @@ podScheduler: monitoring: enabled: false - dockerImage: ghcr.io/netcracker/qubership-opensearch-monitoring:main + dockerImage: ghcr.io/netcracker/qubership-opensearch-monitoring:2.3.1 ## Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never". ## Default to "Always". imagePullPolicy: "" @@ -949,7 +949,7 @@ monitoring: # DBaaS adapter based on OpenSearch client dbaasAdapter: enabled: false - dockerImage: ghcr.io/netcracker/qubership-opensearch-dbaas-adapter:main + dockerImage: ghcr.io/netcracker/qubership-opensearch-dbaas-adapter:2.3.1 ## Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never". ## Default to "Always". imagePullPolicy: "" @@ -1036,8 +1036,8 @@ dbaasAdapter: curator: enabled: false - dockerImage: ghcr.io/netcracker/qubership-opensearch-curator:main - dockerIndicesCleanerImage: ghcr.io/netcracker/qubership-opensearch-indices-cleaner:main + dockerImage: ghcr.io/netcracker/qubership-opensearch-curator:2.3.1 + dockerIndicesCleanerImage: ghcr.io/netcracker/qubership-opensearch-indices-cleaner:2.3.1 ## Specifies the image pull policy. Can be "Always" or "IfNotPresent" or "Never". ## Default to "Always". imagePullPolicy: "" @@ -1115,7 +1115,7 @@ curator: statusProvisioner: enabled: true - dockerImage: ghcr.io/netcracker/qubership-deployment-status-provisioner:main + dockerImage: ghcr.io/netcracker/qubership-deployment-status-provisioner:0.2.7 lifetimeAfterCompletion: 600 podReadinessTimeout: 800 crProcessingTimeout: 600 @@ -1151,7 +1151,7 @@ validateOpensearchUpgrade: integrationTests: enabled: false - dockerImage: ghcr.io/netcracker/qubership-opensearch-integration-tests:main + dockerImage: ghcr.io/netcracker/qubership-opensearch-integration-tests:2.3.1 statusWritingEnabled: true isShortStatusMessage: true secrets: