airshipctl - kustomize updating version to v3.9.4
When using the script 10_build_gate.sh the ansible playbook was installing an older version of kustomize, i.e., v3.8.5. If you use the old kustomize version to render treasuremap/manifests/site/reference-multi-tenant/target/workload it will fail. You will need kustomize v3.9.4 to be able to render the folder above. Change-Id: I42425c32705c0c9dde3881cd890e135897b2ac23
This commit is contained in:
parent
16da661959
commit
a8a8386906
@ -10,7 +10,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
kustomize_version: v3.8.5
|
||||
kustomize_version: v3.9.4
|
||||
kustomize_download_url: "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/{{ kustomize_version }}/kustomize_{{ kustomize_version }}_linux_amd64.tar.gz"
|
||||
proxy:
|
||||
http:
|
||||
|
Loading…
x
Reference in New Issue
Block a user