diff --git a/firewall-dev/ks-vm.yaml b/firewall-dev/ks-vm.yaml index 11a4382..aa1db72 100644 --- a/firewall-dev/ks-vm.yaml +++ b/firewall-dev/ks-vm.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: - name: &app fortigate + name: &app fortigate-dev namespace: ${TENANT_NAMESPACE} spec: commonMetadata: diff --git a/firewall-dev/vm/fortigate.yaml b/firewall-dev/vm/fortigate.yaml index c0433e6..0a987a8 100644 --- a/firewall-dev/vm/fortigate.yaml +++ b/firewall-dev/vm/fortigate.yaml @@ -10,7 +10,7 @@ spec: spec: source: http: - url: https://glacier-1.kvant.cloud/ocp-virt-images/sources/fortios_v7_6_3.qcow2 + url: http://nginx.demo.svc.cluster.local:8080/fortios_v7_6_3.qcow2 storage: resources: requests: diff --git a/templates/image-server/nginx/helmrelease.yaml b/templates/image-server/nginx/helmrelease.yaml index 2822a7e..db7bca5 100644 --- a/templates/image-server/nginx/helmrelease.yaml +++ b/templates/image-server/nginx/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: nginx - version: 19.1.1 + version: 21.0.2 sourceRef: kind: HelmRepository name: bitnami