Skip to content

Commit

Permalink
Merge pull request #590 from arijitr-citrix/master
Browse files Browse the repository at this point in the history
Releasing version 1.33.4
  • Loading branch information
subashd authored Jun 1, 2023
2 parents 6529e2a + 520afc9 commit bab0b9c
Show file tree
Hide file tree
Showing 50 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion canary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GitHub has many utilities available for integrating with other tools that form p

Following Citrix software versions are required for Citrix-Integrated Canary Deployment Solution:

- Citrix ingress controller build/version: `quay.io/citrix/citrix-k8s-ingress-controller:1.32.7`.
- Citrix ingress controller build/version: `quay.io/citrix/citrix-k8s-ingress-controller:1.33.4`.
- Citrix ADC CPX version: `quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27`.
- Citrix ADC Metrics Exporter version: `quay.io/citrix/netscaler-metrics-exporter:1.4.0`.

Expand Down
2 changes: 1 addition & 1 deletion canary/manifest/cic-vpx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
serviceAccountName: cpx
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
2 changes: 1 addition & 1 deletion canary/manifest/cpx-with-cic-sidecar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
imagePullPolicy: Always
name: cic-k8s-ingress-controller
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ The following table lists the mandatory and optional parameters that you can con
| Parameters | Mandatory or Optional | Default value | Description |
| --------- | --------------------- | ------------- | ----------- |
| license.accept | Mandatory | no | Set `yes` to accept the CIC end user license agreement. |
| image | Mandatory | `quay.io/citrix/citrix-k8s-ingress-controller:1.32.7` | The CIC image. |
| image | Mandatory | `quay.io/citrix/citrix-k8s-ingress-controller:1.33.4` | The CIC image. |
| pullPolicy | Mandatory | IfNotPresent | The CIC image pull policy. |
| adcCredentialSecret | Mandatory | N/A | The secret key to log on to the Citrix ADC VPX or MPX. For information on how to create the secret keys, see [Prerequisites](#prerequistes). |
| nsIP | Mandatory | N/A | The IP address of the Citrix ADC device. For details, see [Prerequisites](#prerequistes). |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

# Citrix Ingress Controller config details
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
pullPolicy: IfNotPresent
openshift: false
adcCredentialSecret:
Expand Down
4 changes: 2 additions & 2 deletions crd/auth/auth-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ spec:
type: array
items:
type: string
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT', 'UNKNOWN_METHOD']
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT','PATCH', 'UNKNOWN_METHOD']
required:
- path
expression:
Expand Down Expand Up @@ -501,7 +501,7 @@ spec:
type: array
items:
type: string
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT', 'UNKNOWN_METHOD']
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT','PATCH', 'UNKNOWN_METHOD']
claims:
description: 'authorization scopes required for selected resource saved as claims or attributes'
type: array
Expand Down
2 changes: 1 addition & 1 deletion crd/bot/bot-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
description: "List of http methods to inspect"
items:
type: string
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT', 'UNKNOWN_METHOD']
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT','PATCH', 'UNKNOWN_METHOD']
header:
type: array
description: "List of http headers to inspect"
Expand Down
2 changes: 1 addition & 1 deletion crd/ratelimit/ratelimit-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
type: array
items:
type: string
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT', 'UNKNOWN_METHOD']
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT','PATCH', 'UNKNOWN_METHOD']
header_name:
description: "HTTP header that identifies the unique API client for e.g. X-apikey"
type: string
Expand Down
2 changes: 1 addition & 1 deletion crd/waf/waf-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
description: "List of http methods to inspect"
items:
type: string
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT', 'UNKNOWN_METHOD']
enum: ['GET', 'PUT', 'POST', 'DELETE', 'HEAD', 'OPTIONS', 'TRACE', 'CONNECT','PATCH', 'UNKNOWN_METHOD']
header:
type: array
description: "List of http headers to inspect"
Expand Down
2 changes: 1 addition & 1 deletion deployment/anthos/manifest/dual-tiered-ingress/cic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion deployment/anthos/manifest/service-type-lb/cic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
2 changes: 1 addition & 1 deletion deployment/anthos/manifest/service-type-lb/cpx-cic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion deployment/aws/manifest/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
4 changes: 2 additions & 2 deletions deployment/aws/manifest/citrix-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller-1
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller-2
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
2 changes: 1 addition & 1 deletion deployment/aws/manifest/standalone_cpx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion deployment/azure/manifest/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion deployment/azure/manifest/standalone_cpx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion deployment/baremetal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Perform the following steps to deploy the Citrix ingress controller as a stand-a
This command pulls the latest image and brings up the Citrix ingress controller.
The official Citrix ingress controller docker image is available at: <span style="color:red"> `quay.io/citrix/citrix-k8s-ingress-controller:1.32.7` </span>
The official Citrix ingress controller docker image is available at: <span style="color:red"> `quay.io/citrix/citrix-k8s-ingress-controller:1.33.4` </span>
2. Configure reachability to the pod network using one of the following.
Expand Down
2 changes: 1 addition & 1 deletion deployment/baremetal/citrix-k8s-cpx-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion deployment/baremetal/citrix-k8s-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
name: cpx-volume2
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
args:
- --ingress-classes
citrix
Expand Down
4 changes: 2 additions & 2 deletions deployment/dual-tier/manifest/all-in-one-dual-tier-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
2 changes: 1 addition & 1 deletion deployment/dual-tier/manifest/tier-1-vpx-cic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
2 changes: 1 addition & 1 deletion deployment/dual-tier/manifest/tier-2-cpx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion deployment/gcp/manifest/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion deployment/gcp/manifest/standalone_cpx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
name: cpx-volume-conf
# Add cic as a sidecar
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion deployment/openshift/manifest/cic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
serviceAccount: citrix
containers:
- name: cic
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
securityContext:
privileged: true
env:
Expand Down
2 changes: 1 addition & 1 deletion deployment/openshift/manifest/cpx_cic_side_car.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
imagePullPolicy: IfNotPresent
# Add cic as a sidecar
- name: cic
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
volumeMounts:
- mountPath: /var/deviceinfo
name: shared-data
Expand Down
2 changes: 1 addition & 1 deletion docs/canary/canary.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GitHub has many utilities available for integrating with other tools that form p

Following Citrix software versions are required for Citrix-Integrated Canary Deployment Solution:

- Citrix ingress controller build/version: `quay.io/citrix/citrix-k8s-ingress-controller:1.32.7`.
- Citrix ingress controller build/version: `quay.io/citrix/citrix-k8s-ingress-controller:1.33.4`.
- Citrix ADC CPX version: `quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27`.
- Citrix ADC Metrics Exporter version: `quay.io/citrix/netscaler-metrics-exporter:1.4.0`.

Expand Down
2 changes: 1 addition & 1 deletion docs/configure/config-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Perform the following to configure ConfigMap support for the Citrix ingress cont
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
2 changes: 1 addition & 1 deletion docs/configure/cpx-bgp-router/citrix-k8s-cpx-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
imagePullPolicy: Always
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
Expand Down
2 changes: 1 addition & 1 deletion docs/configure/ipam-for-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Perform the following steps to deploy the Citrix ingress controller with the IPA
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
- name: "NS_IP"
value: "x.x.x.x"
Expand Down
2 changes: 1 addition & 1 deletion docs/configure/log-levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: cpx
containers:
- name: citrixingresscontroller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set kube api-server URL
- name: "kubernetes_url"
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/hpa/values.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VPX_IP="VPX_IP"
CPX_IMAGE="quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27"
CIC_IMAGE="quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
CIC_IMAGE="quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
EXPORTER="quay.io/citrix/citrix-adc-metrics-exporter:1.4.9"
VPX_PASSWORD="VPX_PASSWORD"
VPX_VIP="VIRTUAL_IP_VPX"
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ spec:
failureThreshold: 5
successThreshold: 1
- name: cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
imagePullPolicy: Always
env:
- name: EULA
Expand Down Expand Up @@ -1350,7 +1350,7 @@ spec:
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ spec:
serviceAccountName: cic-k8s-role
containers:
- name: cic-k8s-ingress-controller
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
env:
# Set NetScaler NSIP/SNIP, SNIP in case of HA (mgmt has to be enabled)
- name: "NS_IP"
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/sml/manifestCreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def __init__(self, cpxCicInput={}):
self.cicContainerName = "cic"
self.cpxContainerName = "cpx"
self.cpxImage = "quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27"
self.cicImage = "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
self.cicImage = "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
self.imagePullPolicy = "Always"
self.readinessProbe = True
self.serviceAccountName = "citrix"
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/webhook/allowedrepos/good-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
spec:
containers:
- name: test-cic
image: quay.io/citrix/citrix-k8s-ingress-controller:1.32.7
image: quay.io/citrix/citrix-k8s-ingress-controller:1.33.4
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ spec:
spec:
containers:
- name: test
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ spec:
spec:
containers:
- name: test
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.32.7"
image: "quay.io/citrix/citrix-k8s-ingress-controller:1.33.4"
Loading

0 comments on commit bab0b9c

Please sign in to comment.