Skip to content

Commit

Permalink
fix(350): specify version for kubeseal install
Browse files Browse the repository at this point in the history
References #252, #350.
  • Loading branch information
smoyer64 committed Sep 13, 2022
1 parent f2bf4a3 commit a911825
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion roles/asdf/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
tags:
- asdf

# TODO: add bash completion for bazel
# TODO: add bash completion for bazel (from install)
# TODO: add bash completion for kind
# TODO: add bash completion for ko
# TODO: add bash completion for kubectx
Expand Down
12 changes: 0 additions & 12 deletions roles/containerization/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ helm_bash_file: "completions.bash"

helm_bash_url: "{{ helm_bash_host }}/{{ helm_bash_path }}/{{ helm_bash_file }}"

# https://github.com/bitnami-labs/sealed-secrets/releases/download/$release/kubeseal-$GOOS-$GOARCH
# https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.17.1/kubeseal-0.17.1-linux-amd64.tar.gz

kubeseal_host: "https://github.com"
kubeseal_path: "bitnami-labs/sealed-secrets/releases/download/v{{ kubeseal_version }}"
kubeseal_file: "kubeseal-{{ kubeseal_version }}"

kubeseal_url: "{{ kubeseal_host }}/{{ kubeseal_path }}/{{ kubeseal_file }}"

kubeseal_installation_directory: "/opt/kubeseal"
kubeseal_home_directory: "{{kubeseal_installation_directory }}/{{ kubeseal_version }}"

# https://github.com/istio/istio/releases/download/1.0.3/istio-1.0.3-linux.tar.gz

istio_host: "https://github.com"
Expand Down
2 changes: 1 addition & 1 deletion versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ko_version: 0.12.0
krew_version: latest
kubectl_version: latest
kubectx_version: latest
kubeseal_version: latest
kubeseal_version: 0.18.2
kustomize_version: latest
skaffold_version: latest
sops_version: latest
Expand Down

0 comments on commit a911825

Please sign in to comment.