Skip to content

Commit

Permalink
[skip-ci] Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Aug 4, 2021
1 parent 5b57db4 commit 2c17ab0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.6.1+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: ingressmonitorcontroller.v2.1.9
name: ingressmonitorcontroller.v2.1.10
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
- --leader-elect
command:
- /manager
image: stakater/ingressmonitorcontroller:v2.1.9
image: stakater/ingressmonitorcontroller:v2.1.10
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -230,4 +230,4 @@ spec:
provider:
name: stakater
url: https://stakater.com
version: 2.1.9
version: 2.1.10
4 changes: 2 additions & 2 deletions charts/ingressmonitorcontroller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: ingressmonitorcontroller
description: IngressMonitorController Operator chart that runs on kubernetes

# Helm chart Version
version: 2.1.9
version: 2.1.10

# Application version to be deployed
appVersion: 2.1.9
appVersion: 2.1.10

keywords:
- IngressMonitorController
Expand Down
2 changes: 1 addition & 1 deletion charts/ingressmonitorcontroller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: stakater/ingressmonitorcontroller
tag: v2.1.9
tag: v2.1.10
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: stakater/ingressmonitorcontroller
newTag: v2.1.9
newTag: v2.1.10

0 comments on commit 2c17ab0

Please sign in to comment.