Skip to content

Commit

Permalink
fix: bump kpt version in hydration pipeline (#126)
Browse files Browse the repository at this point in the history
Update kpt to version kpt:v1.0.0-beta.9.
Using the current version with the landing-zone blueprint fails with the following error for the workspace package:

Package "workspace": 
error: resources must be annotated with config.kubernetes.io/index to be written to files
  • Loading branch information
shayfisher committed Jan 5, 2022
1 parent 1447037 commit ef8afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/gitops/hydration-trigger.yaml
Expand Up @@ -42,7 +42,7 @@ spec:
entrypoint: /bin/sh
id: "Clone Deployment Repo"
timeout: 300s
- name: gcr.io/kpt-dev/kpt:v1.0.0-beta.1
- name: gcr.io/kpt-dev/kpt:v1.0.0-beta.9
volumes:
- name: hydrated-workspace
path: /hydrated-workspace
Expand Down

0 comments on commit ef8afb3

Please sign in to comment.