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 May 25, 2021
1 parent 6cfe869 commit 3705c07
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=slack-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.6.1+git
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.7.1+git
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

Expand Down
25 changes: 21 additions & 4 deletions bundle/manifests/slack-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ metadata:
}
]
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.6.1+git
operators.operatorframework.io/builder: operator-sdk-v1.7.1+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: slack-operator.v0.0.27
name: slack-operator.v0.0.28
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -110,6 +110,7 @@ spec:
name: https
resources: {}
- args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
command:
Expand All @@ -121,23 +122,39 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: CONFIG_SECRET_NAME
value: slack-secret
image: stakater/slack-operator:v0.0.27
image: stakater/slack-operator:v0.0.28
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
periodSeconds: 20
name: manager
ports:
- containerPort: 9443
name: webhook-server
protocol: TCP
readinessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
securityContext:
allowPrivilegeEscalation: false
volumeMounts:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true
securityContext:
runAsNonRoot: true
serviceAccountName: slack-operator-controller-manager
terminationGracePeriodSeconds: 10
volumes:
Expand Down Expand Up @@ -211,7 +228,7 @@ spec:
provider:
name: stakater
url: https://stakater.com
version: 0.0.27
version: 0.0.28
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: slack-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.metrics.builder: operator-sdk-v1.6.1+git
operators.operatorframework.io.metrics.builder: operator-sdk-v1.7.1+git
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

Expand Down
12 changes: 6 additions & 6 deletions bundle/tests/scorecard/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,42 @@ stages:
- entrypoint:
- scorecard-test
- basic-check-spec
image: quay.io/operator-framework/scorecard-test:1.7.1
image: quay.io/operator-framework/scorecard-test:1.7.2
labels:
suite: basic
test: basic-check-spec-test
- entrypoint:
- scorecard-test
- olm-bundle-validation
image: quay.io/operator-framework/scorecard-test:1.7.1
image: quay.io/operator-framework/scorecard-test:1.7.2
labels:
suite: olm
test: olm-bundle-validation-test
- entrypoint:
- scorecard-test
- olm-crds-have-validation
image: quay.io/operator-framework/scorecard-test:1.7.1
image: quay.io/operator-framework/scorecard-test:1.7.2
labels:
suite: olm
test: olm-crds-have-validation-test
- entrypoint:
- scorecard-test
- olm-crds-have-resources
image: quay.io/operator-framework/scorecard-test:1.7.1
image: quay.io/operator-framework/scorecard-test:1.7.2
labels:
suite: olm
test: olm-crds-have-resources-test
- entrypoint:
- scorecard-test
- olm-spec-descriptors
image: quay.io/operator-framework/scorecard-test:1.7.1
image: quay.io/operator-framework/scorecard-test:1.7.2
labels:
suite: olm
test: olm-spec-descriptors-test
- entrypoint:
- scorecard-test
- olm-status-descriptors
image: quay.io/operator-framework/scorecard-test:1.7.1
image: quay.io/operator-framework/scorecard-test:1.7.2
labels:
suite: olm
test: olm-status-descriptors-test
4 changes: 2 additions & 2 deletions charts/slack-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ sources:
- https://github.com/stakater/slack-operator

# Helm chart Version
version: 0.0.27
version: 0.0.28

# Application version to be deployed
appVersion: 0.0.27
appVersion: 0.0.28

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

image:
repository: stakater/slack-operator
tag: v0.0.27
tag: v0.0.28
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 @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: stakater/slack-operator
newTag: v0.0.27
newTag: v0.0.28

0 comments on commit 3705c07

Please sign in to comment.