Update gatekeeper to 3.6.0
update "chart" (https://github.com/open-policy-agent/gatekeeper) from "v3.5.2" (5733cf33442d2c9485f59c181117c09e588da6cb) to "v3.6.0" (9503ef2307225c5f6e8d97e312efb008a26e36bb)
https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/747
Merge request reports
Activity
added statusreview label
added 6 commits
-
aec709cc...7323f416 - 2 commits from branch
main
- 8ab384a7 - Updated chart
- e83af3d9 - update "chart" (https://github.com/open-policy-agent/gatekeeper) from "v3.5.2"...
- ae63ac49 - changelog updated
- 6784376b - space
Toggle commit list-
aec709cc...7323f416 - 2 commits from branch
- Resolved by Jordan Olachea
- Resolved by Jordan Olachea
One of the big changes for 3.6.0 is ConstraintTemplate CRD moved to v1. How hard would it be to upgrade our ConstraintTemplates to use the v1 API spec? If it is easy, lets include it in this MR. If not, I can open up a new issue for it.
I was able to move our ConstraintTemplates to v1(had to add type to fix validation error) so install works. For upgrade to work locally, I had to
k apply -f chart/crds
. I believe the only missing piece for upgrade to work is mounting the crds togatekeeper-update-crds-hook
container. I can also take a look at this later today.
added 1 commit
- c25b51bb - Dependencies removed by kpt added back to chart
added 2 commits
- Resolved by Jordan Olachea
added statusdoing label and removed statusreview label
added 1 commit
- d269fb71 - removed tag from crdRepository -wasnt working
- Resolved by Jordan Olachea
kubectl image and gatekeeeper-crd image output when "version" is passed
`[kubectl:v1.21.1] Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e58841cce77d4bc13713ad2b91fa0d961e69192", GitTreeState:"archive", BuildDate:"2021-06-18T09:32:04Z", GoVersion:"go1.16.3", Compiler:"gc", Platform:"linux/amd64"} The connection to the server localhost:8080 was refused - did you specify the right host or port?
[Gatekeeper-crd] Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e58841cce77d4bc13713ad2b91fa0d961e69192", GitTreeState:"clean", BuildDate:"2021-05-12T14:18:45Z", GoVersion:"go1.16.4", Compiler:"gc", Platform:"linux/amd64"} The connection to the server localhost:8080 was refused - did you specify the right host or port?`
added 1 commit
- 071ab56e - Changed to full URL for docker crd to test paths
added 2 commits
added 1 commit
- b30bb4c5 - removed string and left value crd imagepullsec