Skip to content

Commit

Permalink
Merge pull request #86 from peng9808/main
Browse files Browse the repository at this point in the history
update helm
  • Loading branch information
peng9808 authored Aug 29, 2024
2 parents 0577118 + fa0df5d commit c3c4409
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker-drbd9/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ if [ -n "$drbd_rpm" ]; then
else
matchvar="${var1}.deb"
drbd_deb=$(find "$DEBDIR" -type f -name "*${matchvar}" -print -quit)
utils_deb=$(find "$DEBDIR" -type f -name "drbd-utils*" -print -quit)
if [[ -n "$drbd_deb" ]]; then
cp $drbd_deb /pkgs_root/drbd.deb
cp $DEBDIR/install_deb.sh /pkgs_root/install_deb.sh
Expand All @@ -310,7 +309,7 @@ else
else
debug "apt install err_code: $exit_code"
fi
else debug "There is no corresponding kernel version deb package or drbd-utils deb package"
else debug "There is no corresponding kernel version deb package"
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion helm/drbd-adapter/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
{{- $tag = "v9.1.11" }}
{{- end }}
- name: {{ $dist }}
image: {{ $.Values.registry }}/drbd9-{{ $dist }}:{{ $tag }}
image: {{ $.Values.registry }}/drbd9-{{ $dist }}:{{ $tag }}_{{ $.Chart.Version }}
imagePullPolicy: {{ $.Values.imagePullPolicy }}
command:
- /pkgs/entrypoint.adapter.sh
Expand Down
2 changes: 1 addition & 1 deletion helm/drbd-adapter/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
mountPath: /pkgs
{{ if ne $distro "unsupported" }}
- name: {{ $distro }}
image: {{ $.Values.registry }}/drbd9-{{ $distro }}:{{ $tag }}
image: {{ $.Values.registry }}/drbd9-{{ $distro }}:{{ $tag }}_{{ $.Chart.Version }}
imagePullPolicy: {{ $.Values.imagePullPolicy }}
command:
- /pkgs/entrypoint.adapter.sh
Expand Down

0 comments on commit c3c4409

Please sign in to comment.