Skip to content

Commit

Permalink
freeze s2i tag
Browse files Browse the repository at this point in the history
Signed-off-by: shaowenchen <[email protected]>
  • Loading branch information
shaowenchen committed Apr 12, 2021
1 parent 183c2fe commit a42887b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ builder_go_tag: v2.1.0

#s2i
s2ioperator_repo: "{{ base_repo }}{{ namespace_override | default('kubespheredev') }}/s2ioperator"
s2ioperator_tag: "latest"
s2ioperator_tag: "v3.1.0"
s2irun_repo: "{{ base_repo }}{{ namespace_override | default('kubespheredev') }}/s2irun"
s2irun_tag: "latest"
s2irun_tag: "release-2.1"

s2itemplates_tag: v2.1.0
binary_repo: "{{ base_repo }}{{ namespace_override | default('kubesphere') }}/s2i-binary"
Expand Down
2 changes: 1 addition & 1 deletion roles/ks-devops/s2i/templates/s2ioperator.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ spec:
- name: S2IIMAGENAME
value: "{{ s2irun_repo }}:{{ s2irun_tag }}"
image: "{{ s2ioperator_repo }}:{{ s2ioperator_tag }}"
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: manager
ports:
- containerPort: 8080
Expand Down

0 comments on commit a42887b

Please sign in to comment.