Skip to content

Commit

Permalink
Bump ks-devops to 0.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com>
  • Loading branch information
LinuxSuRen committed Nov 1, 2021
1 parent 3fae635 commit b2e3021
Show file tree
Hide file tree
Showing 4 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 @@ -101,7 +101,7 @@ ks_devops_tools_tag: "{{ ks_version }}"

#jenkins:
jenkins_repo: "{{ base_repo }}{{ namespace_override | default('kubespheredev') }}/ks-jenkins"
jenkins_tag: 3.2.0-2.249.1
jenkins_tag: v3.2.0-2.249.1
jnlp_slave_repo: "{{ base_repo }}{{ namespace_override | default('jenkins') }}/jnlp-slave"
jnlp_slave_tag: 3.27-1

Expand Down Expand Up @@ -412,7 +412,7 @@ images:
builder_go16:
repo: "{{ builder_registry }}/builder-go"
tag: "{{ builder_go16_tag }}"
sha256: "{{ builder_go_checksum|default(None) }}"
sha256: "{{ builder_go16_checksum|default(None) }}"
group: "kubesphere-devops-images"

s2ioperator:
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion roles/ks-devops/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
# Delete Job migrate because 'helm upgrade' will try to update immutable fields of Job, which is not allowed.
{{ bin_dir }}/kubectl delete job -n kubesphere-devops-system migrate --ignore-not-found
{{ bin_dir }}/helm upgrade --install devops {{ kubesphere_dir }}/ks-devops/charts/ks-devops-0.1.6.tgz \
{{ bin_dir }}/helm upgrade --install devops {{ kubesphere_dir }}/ks-devops/charts/ks-devops-0.1.8.tgz \
-n kubesphere-devops-system \
-f {{ kubesphere_dir }}/ks-devops/ks-devops-values.yaml
register: devops_upgrade_result
Expand Down

0 comments on commit b2e3021

Please sign in to comment.