Skip to content

Commit

Permalink
feat: refactor the image build
Browse files Browse the repository at this point in the history
Signed-off-by: Airren <[email protected]>
  • Loading branch information
Airren committed May 24, 2024
1 parent ed8f567 commit c17a889
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: nauti-io
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.0"
tag: "latest"

cluster:
# Specifies whether this is a hub
Expand Down
2 changes: 1 addition & 1 deletion deploy/hub/templates/tunnel_eployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
privileged: false
capabilities:
add: ["NET_ADMIN", "NET_RAW"]
image:q "{{ .Values.image.registry }}/{{ .Values.image.repository }}/octopus:{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}/octopus:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: OCTOPUS_CLUSTERID
Expand Down
2 changes: 1 addition & 1 deletion deploy/hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: nauti-io
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.0"
tag: "latest"

cluster:
# Specifies whether this is a hub
Expand Down

0 comments on commit c17a889

Please sign in to comment.