diff --git a/assets/rancher-gke-operator-crd/rancher-gke-operator-crd-100.0.0+up1.1.1-rc5.tgz b/assets/rancher-gke-operator-crd/rancher-gke-operator-crd-100.0.0+up1.1.1-rc5.tgz deleted file mode 100644 index 84584a278..000000000 Binary files a/assets/rancher-gke-operator-crd/rancher-gke-operator-crd-100.0.0+up1.1.1-rc5.tgz and /dev/null differ diff --git a/assets/rancher-gke-operator-crd/rancher-gke-operator-crd-100.0.0+up1.1.1-rc6.tgz b/assets/rancher-gke-operator-crd/rancher-gke-operator-crd-100.0.0+up1.1.1-rc6.tgz new file mode 100644 index 000000000..bedcc341a Binary files /dev/null and b/assets/rancher-gke-operator-crd/rancher-gke-operator-crd-100.0.0+up1.1.1-rc6.tgz differ diff --git a/assets/rancher-gke-operator/rancher-gke-operator-100.0.0+up1.1.1-rc5.tgz b/assets/rancher-gke-operator/rancher-gke-operator-100.0.0+up1.1.1-rc5.tgz deleted file mode 100644 index 56e80a714..000000000 Binary files a/assets/rancher-gke-operator/rancher-gke-operator-100.0.0+up1.1.1-rc5.tgz and /dev/null differ diff --git a/assets/rancher-gke-operator/rancher-gke-operator-100.0.0+up1.1.1-rc6.tgz b/assets/rancher-gke-operator/rancher-gke-operator-100.0.0+up1.1.1-rc6.tgz new file mode 100644 index 000000000..2b06880e6 Binary files /dev/null and b/assets/rancher-gke-operator/rancher-gke-operator-100.0.0+up1.1.1-rc6.tgz differ diff --git a/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc5/Chart.yaml b/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc5/Chart.yaml deleted file mode 100644 index c2c5db276..000000000 --- a/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc5/Chart.yaml +++ /dev/null @@ -1,11 +0,0 @@ -annotations: - catalog.cattle.io/certified: rancher - catalog.cattle.io/hidden: "true" - catalog.cattle.io/namespace: cattle-system - catalog.cattle.io/os: linux - catalog.cattle.io/release-name: rancher-gke-operator-crd -apiVersion: v2 -appVersion: 1.1.1-rc5 -description: GKE Operator CustomResourceDefinitions -name: rancher-gke-operator-crd -version: 100.0.0+up1.1.1-rc5 diff --git a/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc5/templates/crds.yaml b/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc5/templates/crds.yaml deleted file mode 100644 index 33b372498..000000000 --- a/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc5/templates/crds.yaml +++ /dev/null @@ -1,243 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - annotations: - helm.sh/resource-policy: keep - name: gkeclusterconfigs.gke.cattle.io -spec: - group: gke.cattle.io - names: - kind: GKEClusterConfig - plural: gkeclusterconfigs - shortNames: - - gkecc - scope: Namespaced - subresources: - status: {} - validation: - openAPIV3Schema: - properties: - spec: - properties: - clusterAddons: - nullable: true - properties: - horizontalPodAutoscaling: - type: boolean - httpLoadBalancing: - type: boolean - networkPolicyConfig: - type: boolean - type: object - clusterIpv4Cidr: - nullable: true - type: string - clusterName: - nullable: true - type: string - description: - nullable: true - type: string - enableKubernetesAlpha: - nullable: true - type: boolean - googleCredentialSecret: - nullable: true - type: string - imported: - type: boolean - ipAllocationPolicy: - nullable: true - properties: - clusterIpv4CidrBlock: - nullable: true - type: string - clusterSecondaryRangeName: - nullable: true - type: string - createSubnetwork: - type: boolean - nodeIpv4CidrBlock: - nullable: true - type: string - servicesIpv4CidrBlock: - nullable: true - type: string - servicesSecondaryRangeName: - nullable: true - type: string - subnetworkName: - nullable: true - type: string - useIpAliases: - type: boolean - type: object - kubernetesVersion: - nullable: true - type: string - labels: - additionalProperties: - nullable: true - type: string - nullable: true - type: object - locations: - items: - nullable: true - type: string - nullable: true - type: array - loggingService: - nullable: true - type: string - maintenanceWindow: - nullable: true - type: string - masterAuthorizedNetworks: - nullable: true - properties: - cidrBlocks: - items: - properties: - cidrBlock: - nullable: true - type: string - displayName: - nullable: true - type: string - type: object - nullable: true - type: array - enabled: - type: boolean - type: object - monitoringService: - nullable: true - type: string - network: - nullable: true - type: string - networkPolicyEnabled: - nullable: true - type: boolean - nodePools: - items: - properties: - autoscaling: - nullable: true - properties: - enabled: - type: boolean - maxNodeCount: - type: integer - minNodeCount: - type: integer - type: object - config: - nullable: true - properties: - diskSizeGb: - type: integer - diskType: - nullable: true - type: string - imageType: - nullable: true - type: string - labels: - additionalProperties: - nullable: true - type: string - nullable: true - type: object - localSsdCount: - type: integer - machineType: - nullable: true - type: string - oauthScopes: - items: - nullable: true - type: string - nullable: true - type: array - preemptible: - type: boolean - taints: - items: - properties: - effect: - nullable: true - type: string - key: - nullable: true - type: string - value: - nullable: true - type: string - type: object - nullable: true - type: array - type: object - initialNodeCount: - nullable: true - type: integer - management: - nullable: true - properties: - autoRepair: - type: boolean - autoUpgrade: - type: boolean - type: object - maxPodsConstraint: - nullable: true - type: integer - name: - nullable: true - type: string - version: - nullable: true - type: string - type: object - nullable: true - type: array - privateClusterConfig: - nullable: true - properties: - enablePrivateEndpoint: - type: boolean - enablePrivateNodes: - type: boolean - masterIpv4CidrBlock: - nullable: true - type: string - type: object - projectID: - nullable: true - type: string - region: - nullable: true - type: string - subnetwork: - nullable: true - type: string - zone: - nullable: true - type: string - type: object - status: - properties: - failureMessage: - nullable: true - type: string - phase: - nullable: true - type: string - type: object - type: object - version: v1 - versions: - - name: v1 - served: true - storage: true diff --git a/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc4/Chart.yaml b/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc6/Chart.yaml similarity index 86% rename from charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc4/Chart.yaml rename to charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc6/Chart.yaml index d93949380..bff363a2d 100644 --- a/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc4/Chart.yaml +++ b/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc6/Chart.yaml @@ -5,7 +5,7 @@ annotations: catalog.cattle.io/os: linux catalog.cattle.io/release-name: rancher-gke-operator-crd apiVersion: v2 -appVersion: 1.1.1-rc4 +appVersion: 1.1.1-rc6 description: GKE Operator CustomResourceDefinitions name: rancher-gke-operator-crd -version: 100.0.0+up1.1.1-rc4 +version: 100.0.0+up1.1.1-rc6 diff --git a/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc4/templates/crds.yaml b/charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc6/templates/crds.yaml similarity index 100% rename from charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc4/templates/crds.yaml rename to charts/rancher-gke-operator-crd/rancher-gke-operator-crd/100.0.0+up1.1.1-rc6/templates/crds.yaml diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/Chart.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/Chart.yaml deleted file mode 100644 index a3bf9c656..000000000 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/Chart.yaml +++ /dev/null @@ -1,18 +0,0 @@ -annotations: - catalog.cattle.io/auto-install: rancher-gke-operator-crd=match - catalog.cattle.io/certified: rancher - catalog.cattle.io/hidden: "true" - catalog.cattle.io/namespace: cattle-system - catalog.cattle.io/os: linux - catalog.cattle.io/provides-gvr: gkeclusterconfigs.gke.cattle.io/v1 - catalog.cattle.io/rancher-version: '>= 2.6.0-alpha' - catalog.cattle.io/release-name: rancher-gke-operator - catalog.cattle.io/scope: management -apiVersion: v2 -appVersion: 1.1.1-rc4 -description: A Helm chart for provisioning GKE clusters -home: https://github.com/rancher/gke-operator -name: rancher-gke-operator -sources: -- https://github.com/rancher/gke-operator -version: 100.0.0+up1.1.1-rc4 diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/NOTES.txt b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/NOTES.txt deleted file mode 100644 index 238173d1b..000000000 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/NOTES.txt +++ /dev/null @@ -1,4 +0,0 @@ -You have deployed the Rancher GKE operator -Version: {{ .Chart.AppVersion }} -Description: This operator provisions GKE clusters -from GKEClusterConfig CRs. diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/_helpers.tpl b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/_helpers.tpl deleted file mode 100644 index be11b4a66..000000000 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/_helpers.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{{/* vim: set filetype=mustache: */}} - -{{- define "system_default_registry" -}} -{{- if .Values.global.systemDefaultRegistry -}} -{{- printf "%s/" .Values.global.systemDefaultRegistry -}} -{{- else -}} -{{- "" -}} -{{- end -}} -{{- end -}} diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/clusterrole.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/clusterrole.yaml deleted file mode 100644 index 7c352696e..000000000 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/clusterrole.yaml +++ /dev/null @@ -1,15 +0,0 @@ -kind: ClusterRole -apiVersion: rbac.authorization.k8s.io/v1 -metadata: - name: gke-operator - namespace: cattle-system -rules: - - apiGroups: [''] - resources: ['secrets'] - verbs: ['get', 'list', 'create', 'watch'] - - apiGroups: ['gke.cattle.io'] - resources: ['gkeclusterconfigs'] - verbs: ['get', 'list', 'update', 'watch'] - - apiGroups: ['gke.cattle.io'] - resources: ['gkeclusterconfigs/status'] - verbs: ['update'] diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/clusterrolebinding.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/clusterrolebinding.yaml deleted file mode 100644 index e2af390c7..000000000 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/clusterrolebinding.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: gke-operator - namespace: cattle-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: gke-operator -subjects: -- kind: ServiceAccount - name: gke-operator - namespace: cattle-system diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/deployment.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/deployment.yaml deleted file mode 100644 index ec14daa3d..000000000 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/deployment.yaml +++ /dev/null @@ -1,39 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: gke-config-operator - namespace: cattle-system -spec: - replicas: 1 - selector: - matchLabels: - ke.cattle.io/operator: gke - template: - metadata: - labels: - ke.cattle.io/operator: gke - spec: - serviceAccountName: gke-operator - containers: - - name: rancher-gke-operator - image: {{ template "system_default_registry" . }}{{ .Values.gkeOperator.image.repository }}:{{ .Values.gkeOperator.image.tag }} - imagePullPolicy: IfNotPresent - env: - - name: HTTP_PROXY - value: {{ .Values.httpProxy }} - - name: HTTPS_PROXY - value: {{ .Values.httpsProxy }} - - name: NO_PROXY - value: {{ .Values.noProxy }} -{{- if .Values.additionalTrustedCAs }} - volumeMounts: - - mountPath: /etc/ssl/certs/ca-additional.pem - name: tls-ca-additional-volume - subPath: ca-additional.pem - readOnly: true - volumes: - - name: tls-ca-additional-volume - secret: - defaultMode: 0400 - secretName: tls-ca-additional - {{- end }} diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/serviceaccount.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/serviceaccount.yaml deleted file mode 100644 index ba52af628..000000000 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/templates/serviceaccount.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - namespace: cattle-system - name: gke-operator diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/values.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/values.yaml deleted file mode 100644 index 7ee5a69d5..000000000 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/values.yaml +++ /dev/null @@ -1,12 +0,0 @@ -global: - systemDefaultRegistry: "" - -gkeOperator: - image: - repository: rancher/gke-operator - tag: v1.1.1-rc5 - -httpProxy: "" -httpsProxy: "" -noProxy: "" -additionalTrustedCAs: false diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/Chart.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/Chart.yaml similarity index 92% rename from charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/Chart.yaml rename to charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/Chart.yaml index c61be779e..43218da5b 100644 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc5/Chart.yaml +++ b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/Chart.yaml @@ -9,10 +9,10 @@ annotations: catalog.cattle.io/release-name: rancher-gke-operator catalog.cattle.io/scope: management apiVersion: v2 -appVersion: 1.1.1-rc5 +appVersion: 1.1.1-rc6 description: A Helm chart for provisioning GKE clusters home: https://github.com/rancher/gke-operator name: rancher-gke-operator sources: - https://github.com/rancher/gke-operator -version: 100.0.0+up1.1.1-rc5 +version: 100.0.0+up1.1.1-rc6 diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/NOTES.txt b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/NOTES.txt similarity index 100% rename from charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/NOTES.txt rename to charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/NOTES.txt diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/_helpers.tpl b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/_helpers.tpl similarity index 100% rename from charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/_helpers.tpl rename to charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/_helpers.tpl diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/clusterrole.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/clusterrole.yaml similarity index 100% rename from charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/clusterrole.yaml rename to charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/clusterrole.yaml diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/clusterrolebinding.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/clusterrolebinding.yaml similarity index 100% rename from charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/clusterrolebinding.yaml rename to charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/clusterrolebinding.yaml diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/deployment.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/deployment.yaml similarity index 100% rename from charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/deployment.yaml rename to charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/deployment.yaml diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/serviceaccount.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/serviceaccount.yaml similarity index 100% rename from charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/templates/serviceaccount.yaml rename to charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/templates/serviceaccount.yaml diff --git a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/values.yaml b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/values.yaml similarity index 89% rename from charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/values.yaml rename to charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/values.yaml index c245dc025..7e4017aae 100644 --- a/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc4/values.yaml +++ b/charts/rancher-gke-operator/rancher-gke-operator/100.0.0+up1.1.1-rc6/values.yaml @@ -4,7 +4,7 @@ global: gkeOperator: image: repository: rancher/gke-operator - tag: v1.1.1-rc4 + tag: v1.1.1-rc6 httpProxy: "" httpsProxy: "" diff --git a/index.yaml b/index.yaml index e74100267..ed52d15c4 100755 --- a/index.yaml +++ b/index.yaml @@ -1649,17 +1649,17 @@ entries: catalog.cattle.io/release-name: rancher-gke-operator catalog.cattle.io/scope: management apiVersion: v2 - appVersion: 1.1.1-rc5 - created: "2021-06-28T09:37:42.092165888-07:00" + appVersion: 1.1.1-rc6 + created: "2021-06-28T17:05:28.718278-07:00" description: A Helm chart for provisioning GKE clusters - digest: db396c36d530cc12c67e858cb1e071f108edaf67dd2a7fe5e994b93123c513ca + digest: 6ed9767cc17b25e603faed54533a00bad4193d1badb8a0a19314b3b48e0e767f home: https://github.com/rancher/gke-operator name: rancher-gke-operator sources: - https://github.com/rancher/gke-operator urls: - - assets/rancher-gke-operator/rancher-gke-operator-100.0.0+up1.1.1-rc5.tgz - version: 100.0.0+up1.1.1-rc5 + - assets/rancher-gke-operator/rancher-gke-operator-100.0.0+up1.1.1-rc6.tgz + version: 100.0.0+up1.1.1-rc6 rancher-gke-operator-crd: - annotations: catalog.cattle.io/certified: rancher @@ -1668,14 +1668,14 @@ entries: catalog.cattle.io/os: linux catalog.cattle.io/release-name: rancher-gke-operator-crd apiVersion: v2 - appVersion: 1.1.1-rc5 - created: "2021-06-28T09:37:42.092596154-07:00" + appVersion: 1.1.1-rc6 + created: "2021-06-28T17:05:55.109635-07:00" description: GKE Operator CustomResourceDefinitions - digest: 8baac6f5605c248bf689ab4431b3541227d2335b09518b97ce279937e128f7c1 + digest: c6eb5dbf578281ae1f69606da6a505767b69f6d57ff4e58290b6932a2732d0fe name: rancher-gke-operator-crd urls: - - assets/rancher-gke-operator-crd/rancher-gke-operator-crd-100.0.0+up1.1.1-rc5.tgz - version: 100.0.0+up1.1.1-rc5 + - assets/rancher-gke-operator-crd/rancher-gke-operator-crd-100.0.0+up1.1.1-rc6.tgz + version: 100.0.0+up1.1.1-rc6 rancher-grafana: - annotations: catalog.cattle.io/hidden: "true" diff --git a/packages/rancher-gke-operator-crd/package.yaml b/packages/rancher-gke-operator-crd/package.yaml index 350f0034e..1f09c8d1c 100644 --- a/packages/rancher-gke-operator-crd/package.yaml +++ b/packages/rancher-gke-operator-crd/package.yaml @@ -1,2 +1,2 @@ -url: https://github.com/rancher/gke-operator/releases/download/v1.1.1-rc5/rancher-gke-operator-crd-1.1.1-rc5.tgz +url: https://github.com/rancher/gke-operator/releases/download/v1.1.1-rc6/rancher-gke-operator-crd-1.1.1-rc6.tgz version: 100.0.0 diff --git a/packages/rancher-gke-operator/package.yaml b/packages/rancher-gke-operator/package.yaml index f54935a7d..823b261cc 100644 --- a/packages/rancher-gke-operator/package.yaml +++ b/packages/rancher-gke-operator/package.yaml @@ -1,2 +1,2 @@ -url: https://github.com/rancher/gke-operator/releases/download/v1.1.1-rc5/rancher-gke-operator-1.1.1-rc5.tgz +url: https://github.com/rancher/gke-operator/releases/download/v1.1.1-rc6/rancher-gke-operator-1.1.1-rc6.tgz version: 100.0.0