Skip to content

Commit

Permalink
Merge pull request #1396 from shaowenchen/s2i_tag
Browse files Browse the repository at this point in the history
freeze s2i tag
  • Loading branch information
ks-ci-bot authored Apr 12, 2021
2 parents 44dc1cd + a42887b commit 21c8e57
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 21c8e57

Please sign in to comment.