We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac95abc + 87272c5 commit 7d165fcCopy full SHA for 7d165fc
.github/workflows/remote-controller.yaml
@@ -31,7 +31,7 @@ jobs:
31
lagoon_build_image: "uselagoon/build-deploy-image:main"
32
experimental: true
33
- kindest_node_version: v1.30.2
34
- harbor: "1.17.1"
+ harbor: "1.18.0"
35
36
37
steps:
Makefile
@@ -16,7 +16,7 @@ OVERRIDE_BUILD_DEPLOY_DIND_IMAGE ?= uselagoon/build-deploy-image:main
16
17
INGRESS_VERSION=4.9.1
18
19
-HARBOR_VERSION=1.17.1
+HARBOR_VERSION=1.18.0
20
21
KIND_CLUSTER ?= remote-controller
22
KIND_NETWORK ?= remote-controller
0 commit comments