Skip to content

Commit

Permalink
change the namespace from nosqlpass to radondb
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengsix committed Oct 21, 2022
1 parent 6b19085 commit 4e7c84d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/opensearch-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2.0.5
version: 2.0.6

# 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: "{{ .Values.localRegistry | default "docker.io" }}{{"/"}}{{ .Values.namespaceOverride | default "nosqlpass" }}{{"/"}}{{ .Values.kubeProxy.image }}:{{ .Values.kubeProxy.version }}"
image: "{{ .Values.localRegistry | default "docker.io" }}{{"/"}}{{ .Values.namespaceOverride | default "radondb" }}{{"/"}}{{ .Values.kubeProxy.image }}:{{ .Values.kubeProxy.version }}"
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand All @@ -38,7 +38,7 @@ spec:
- name: LOCAL_REGISTRY
value: {{ .Values.localRegistry | default "docker.io" }}
- name: NAMESPACE_OVERRIDE
value: {{ .Values.namespaceOverride | default "nosqlpass" }}
value: {{ .Values.namespaceOverride | default "radondb" }}
- name: OPENSEARCH_IMAGE
value: {{ .Values.cluster.openSearch.image }}
- name: OPENSEARCH_DASHBOARD_IMAGE
Expand All @@ -52,7 +52,7 @@ spec:
- name: BUSYBOX_TAG
value: {{ .Values.cluster.busybox.tag }}

image: "{{ .Values.localRegistry | default "docker.io" }}{{"/"}}{{ .Values.namespaceOverride | default "nosqlpass" }}{{"/"}}{{ .Values.manager.image }}:{{ .Values.manager.tag | default .Chart.AppVersion }}"
image: "{{ .Values.localRegistry | default "docker.io" }}{{"/"}}{{ .Values.namespaceOverride | default "radondb" }}{{"/"}}{{ .Values.manager.image }}:{{ .Values.manager.tag | default .Chart.AppVersion }}"
name: operator-controller-manager
imagePullPolicy: "{{ .Values.pullPolicy }}"
resources:
Expand Down
4 changes: 2 additions & 2 deletions charts/opensearch-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ manager:
watchNamespace:

localRegistry: docker.io
namespaceOverride: nosqlpass
namespaceOverride: radondb
pullPolicy: Always

cluster:
Expand All @@ -42,4 +42,4 @@ prometheus:
secretName: "prometheus-credentials-secret"
# prometheus/prometheus
username: cHJvbWV0aGV1cw==
password: cHJvbWV0aGV1cw==
password: cHJvbWV0aGV1cw==

0 comments on commit 4e7c84d

Please sign in to comment.