Skip to content

Commit 5e3b458

Browse files
committed
agent: use release 'url' in ApplianceConfig
The appliance now supports using a release image URL: openshift/appliance#352 Hence, we can now use a nighthly release url in the ApplianceConfig template.
1 parent c8e9b76 commit 5e3b458

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
apiVersion: v1beta1
22
kind: ApplianceConfig
33
ocpRelease:
4-
version: {{ version }}
5-
channel: candidate
6-
cpuArchitecture: {{ ansible_architecture }}
4+
url: {{ image }}
75
diskSizeGB: 200
86
pullSecret: {{ pull_secret_contents }}
97
sshKey: {{ ssh_pub_key }}
10-
imageRegistry:
11-
uri: quay.io/libpod/registry:2.8
128
userCorePass: core

0 commit comments

Comments
 (0)