Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1275 from pablochacin/fix-k8s-client-package
Browse files Browse the repository at this point in the history
Fix name of kubernetes client package
  • Loading branch information
pablochacin authored Jul 24, 2020
2 parents fd8d7ed + 588cafc commit 55e8fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ update_jenkins_jobs:

.PHONY: update_pkgs
update_pkgs:
sudo zypper update --allow-vendor-change -y kubernetes-client terraform terraform-provider-*
sudo zypper update --allow-vendor-change -y k8s-client terraform terraform-provider-*

# Stages
.PHONY: pre_deployment
Expand Down

0 comments on commit 55e8fa0

Please sign in to comment.