Skip to content

Commit 977a121

Browse files
authored
agent: use release 'url' in ApplianceConfig (#1738)
The appliance now supports using a release image URL: openshift/appliance#352 Hence, we can now use a nightly release url in the ApplianceConfig template. Also no need for 'imageRegistry' as the appliance now builds the registry internally: openshift/appliance#349
1 parent c8e9b76 commit 977a121

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: agent/roles/manifests/templates/appliance-config_yaml.j2

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ apiVersion: v1beta1
22
kind: ApplianceConfig
33
ocpRelease:
44
version: {{ version }}
5-
channel: candidate
6-
cpuArchitecture: {{ ansible_architecture }}
5+
url: {{ image }}
76
diskSizeGB: 200
87
pullSecret: {{ pull_secret_contents }}
98
sshKey: {{ ssh_pub_key }}
10-
imageRegistry:
11-
uri: quay.io/libpod/registry:2.8
129
userCorePass: core

0 commit comments

Comments
 (0)