diff --git a/example/resource-manager/20-managedresource.yaml b/example/resource-manager/20-managedresource.yaml index 21b070146f0..36641335ed9 100644 --- a/example/resource-manager/20-managedresource.yaml +++ b/example/resource-manager/20-managedresource.yaml @@ -45,7 +45,7 @@ stringData: spec: containers: - name: nginx - image: nginx:1.14.2 + image: nginx:1.25.4 ports: - containerPort: 80 --- diff --git a/example/resource-manager/40-haconfig-deployment.yaml b/example/resource-manager/40-haconfig-deployment.yaml index 03d21ad8afb..527fcd9c662 100644 --- a/example/resource-manager/40-haconfig-deployment.yaml +++ b/example/resource-manager/40-haconfig-deployment.yaml @@ -19,6 +19,6 @@ spec: spec: containers: - name: nginx - image: nginx:1.14.2 + image: nginx:1.25.4 ports: - containerPort: 80