Skip to content

Commit

Permalink
Release 0.0.2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
disposab1e committed Jul 8, 2020
1 parent 2b54036 commit 754f835
Show file tree
Hide file tree
Showing 43 changed files with 1,173 additions and 58 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: continuous-integration
on:
pull_request:
branches:
- release-0.0.1
- release-0.0.2
- master
paths:
- '.github/workflows/**'
Expand All @@ -14,7 +14,7 @@ on:
push:
branches:
- master
- release-0.0.1
- release-0.0.2
paths:
- '.github/workflows/**'
- 'deploy/**'
Expand Down Expand Up @@ -55,6 +55,7 @@ jobs:
ENVIRONMENT: ci
DISTRIBUTION: k8s
MINIKUBE_VERSION: v1.10.1
MINUKUBE_DRIVER: docker
KUBERNETES_VERSION: v1.14.0
OLM_VERSION: 0.13.0
MEMORY: 6144
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
ENVIRONMENT: ci
DISTRIBUTION: k8s
MINIKUBE_VERSION: v1.10.1
MINUKUBE_DRIVER: docker
KUBERNETES_VERSION: v1.16.3
OLM_VERSION: 0.14.1
MEMORY: 6144
Expand Down Expand Up @@ -117,6 +119,7 @@ jobs:
ENVIRONMENT: ci
DISTRIBUTION: k8s
MINIKUBE_VERSION: v1.10.1
MINUKUBE_DRIVER: docker
KUBERNETES_VERSION: v1.17.0
OLM_VERSION: 0.14.1
MEMORY: 6144
Expand Down Expand Up @@ -148,6 +151,7 @@ jobs:
ENVIRONMENT: ci
DISTRIBUTION: k8s
MINIKUBE_VERSION: v1.10.1
MINUKUBE_DRIVER: docker
KUBERNETES_VERSION: v1.18.0
OLM_VERSION: 0.14.1
MEMORY: 6144
Expand Down
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:

env:
global:
- RELEASE_BRANCH=release-0.0.1
- RELEASE_BRANCH=release-0.0.2

if: |
branch in (master, env(RELEASE_BRANCH)) AND \
Expand All @@ -32,6 +32,7 @@ jobs:
- ENVIRONMENT=ci
- DISTRIBUTION=k8s
- MINIKUBE_VERSION=v1.9.2
- MINUKUBE_DRIVER=docker
- KUBERNETES_VERSION=v1.14.0
- OLM_VERSION=0.13.0
- MEMORY=6144
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
- ENVIRONMENT=ci
- DISTRIBUTION=k8s
- MINIKUBE_VERSION=v1.9.2
- MINUKUBE_DRIVER=docker
- KUBERNETES_VERSION=v1.16.3
- OLM_VERSION=0.14.1
- MEMORY=6144
Expand Down Expand Up @@ -91,6 +93,7 @@ jobs:
- ENVIRONMENT=ci
- DISTRIBUTION=k8s
- MINIKUBE_VERSION=v1.9.2
- MINUKUBE_DRIVER=docker
- KUBERNETES_VERSION=v1.17.0
- OLM_VERSION=0.14.1
- MEMORY=6144
Expand Down Expand Up @@ -120,6 +123,7 @@ jobs:
- ENVIRONMENT=ci
- DISTRIBUTION=k8s
- MINIKUBE_VERSION=v1.9.2
- MINUKUBE_DRIVER=docker
- KUBERNETES_VERSION=v1.18.0
- OLM_VERSION=0.14.1
- MEMORY=6144
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Sealed Secrets](https://img.shields.io/badge/sealed%20secrets-1.12.3-green.svg)](https://github.com/bitnami-labs/sealed-secrets/releases/tag/v0.12.3)
[![Latest Release](https://img.shields.io/badge/latest%20release-0.0.1-yellow.svg)](https://github.com/disposab1e/sealed-secrets-operator-helm/releases/tag/0.0.1)
[![Sealed Secrets](https://img.shields.io/badge/sealed%20secrets-1.12.4-green.svg)](https://github.com/bitnami-labs/sealed-secrets/releases/tag/v0.12.4)
[![Latest Release](https://img.shields.io/badge/latest%20release-0.0.2-yellow.svg)](https://github.com/disposab1e/sealed-secrets-operator-helm/releases/tag/0.0.2)
[![Documentation Status](https://readthedocs.org/projects/sealed-secrets-operator-helm/badge/?version=latest)](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/?badge=latest)
[![Travis-CI](https://travis-ci.org/disposab1e/sealed-secrets-operator-helm.svg?branch=release-0.0.1)](https://travis-ci.org/disposab1e/sealed-secrets-operator-helm)
[![Github Workflows](https://github.com/disposab1e/sealed-secrets-operator-helm/workflows/continuous-integration/badge.svg?branch=release-0.0.1)](https://github.com/disposab1e/sealed-secrets-operator-helm/actions?query=workflow%3Acontinuous-integration)
[![Travis-CI](https://travis-ci.org/disposab1e/sealed-secrets-operator-helm.svg?branch=release-0.0.2)](https://travis-ci.org/disposab1e/sealed-secrets-operator-helm)
[![Github Workflows](https://github.com/disposab1e/sealed-secrets-operator-helm/workflows/continuous-integration/badge.svg?branch=release-0.0.2)](https://github.com/disposab1e/sealed-secrets-operator-helm/actions?query=workflow%3Acontinuous-integration)

# Sealed Secrets Operator (Helm)

Expand All @@ -16,18 +16,19 @@ This **community maintained** Sealed Secrets Operator is based on the **communit

* Easy configuration and installation

Shares all [configuration values](https://github.com/disposab1e/sealed-secrets-operator-helm/blob/release-0.0.1/helm-charts/sealed-secrets/README.md) from the Sealed Secrets Helm Chart.
Shares all [configuration values](https://github.com/disposab1e/sealed-secrets-operator-helm/blob/release-0.0.2/helm-charts/sealed-secrets/README.md) from the Sealed Secrets Helm Chart.

## Get started

Quickstart with [OperatorHub's](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/operatorhub.html) or try our comprehensive guides to install this operator and [Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) in [OpenShift 3](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/ocp/ocp3.html), [OpenShift 4](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/ocp/ocp4.html), [Minishift](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/ocp/ocp3.html), [ContainerReady Containers](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/ocp/ocp4.html) or [Minikube](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/k8s/minikube.html).
Quickstart with [OperatorHub's](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/operatorhub.html) or try our comprehensive guides to install this operator and [Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) in [OpenShift 3](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/ocp/ocp3.html), [OpenShift 4](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/ocp/ocp4.html), [OKD 4](https://argocd-operator-helm.readthedocs.io/en/latest/ocp/ocp4.html), [Minishift](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/ocp/ocp3.html), [ContainerReady Containers](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/ocp/ocp4.html) or [Minikube](https://sealed-secrets-operator-helm.readthedocs.io/en/latest/k8s/minikube.html).

## Tested Platforms

* OpenShift Container Platform 3.11
* Origin Community Distribution 3.11
* Minishift v1.34.2
* OpenShift Container Platform ≥ 4.2
* OKD - The Community Distribution of Kubernetes ≥ 4.4.0 beta5
* ContainerReady Containers 1.10.0-4.4.3
* Minikube v1.10.1 (Kubernetes ≥ 1.14)

Expand Down
23 changes: 17 additions & 6 deletions build/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
VERSION = 0.0.1
VERSION = 0.0.2
NAME = sealed-secrets-operator-helm

RELEASE_IMAGE_0_0_2=quay.io\/disposab1e\/sealed-secrets-operator-helm@sha256:d07a66107243a0054a54aac7cd71c0a8a342c4cd45c6609ec2ab6470df16f09c

REGISTRY_REL = quay.io
REGISTRY_DEV = imac.fritz.box:5000
REGISTRY_CI = docker.io
Expand All @@ -10,9 +12,6 @@ BUNDLE_MANIFEST_BASE_DIR = ../deploy/olm-catalog/
BUNDLE_DIR = bundle
BUNDLE_BUILD_BASE_DIR = _output/bundle
GUIDES_BUILD_BASE_DIR = _output/guides
QUICKSTARTS_BUILD_BASE_DIR = _output/quickstarts
GUIDES_BASE_DIR = ../guides
QUICKSTARTS_BASE_DIR = ../quickstarts



Expand Down Expand Up @@ -75,6 +74,9 @@ bundle-generate-k8s-ci:
cp -r ${BUNDLE_DIR}/* ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/
mkdir -p ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests
cp -r ${BUNDLE_MANIFEST_BASE_DIR}/k8s/${NAME} ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/
sed 's/${REGISTRY_DEV}/${REGISTRY_CI}/g' ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/0.0.1/_sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
rm ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
mv ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/0.0.1/_sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
sed 's/${REGISTRY_DEV}/${REGISTRY_CI}/g' ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
rm ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
mv ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml ${BUNDLE_BUILD_BASE_DIR}/ci/k8s/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
Expand All @@ -98,6 +100,9 @@ bundle-generate-ocp-ci:
cp -r ${BUNDLE_DIR}/* ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/
mkdir -p ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests
cp -r ${BUNDLE_MANIFEST_BASE_DIR}/ocp/${NAME} ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/
sed 's/${REGISTRY_DEV}/${REGISTRY_CI}/g' ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/0.0.1/_sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
rm ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
mv ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/0.0.1/_sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
sed 's/${REGISTRY_DEV}/${REGISTRY_CI}/g' ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
rm ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
mv ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml ${BUNDLE_BUILD_BASE_DIR}/ci/ocp/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
Expand Down Expand Up @@ -316,7 +321,10 @@ bundle-generate-k8s-release:
cp -r ${BUNDLE_DIR}/* ${BUNDLE_BUILD_BASE_DIR}/release/k8s/
mkdir -p ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests
cp -r ${BUNDLE_MANIFEST_BASE_DIR}/k8s/${NAME} ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/
sed 's/${REGISTRY_DEV}/${REGISTRY_REL}/g' ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
sed 's/${REGISTRY_DEV}/${REGISTRY_CI}/g' ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/0.0.1/_sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
rm ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
mv ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/0.0.1/_sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
sed 's/${REGISTRY_DEV}\/${NAMESPACE}\/${NAME}:v${VERSION}/${RELEASE_IMAGE_0_0_2}/g' ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
rm ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
mv ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
# cp -r ${BUNDLE_BUILD_BASE_DIR}/release/k8s/manifests/${NAME} ../deploy/operatorhubs/k8s
Expand All @@ -340,7 +348,10 @@ bundle-generate-ocp-release:
cp -r ${BUNDLE_DIR}/* ${BUNDLE_BUILD_BASE_DIR}/release/ocp/
mkdir -p ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests
cp -r ${BUNDLE_MANIFEST_BASE_DIR}/ocp/${NAME} ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/
sed 's/${REGISTRY_DEV}/${REGISTRY_REL}/g' ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
sed 's/${REGISTRY_DEV}/${REGISTRY_CI}/g' ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/0.0.1/_sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
rm ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
mv ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/0.0.1/_sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/0.0.1/sealed-secrets-operator-helm.v0.0.1.clusterserviceversion.yaml
sed 's/${REGISTRY_DEV}\/${NAMESPACE}\/${NAME}:v${VERSION}/${RELEASE_IMAGE_0_0_2}/g' ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml > ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
rm ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
mv ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/${VERSION}/_sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME}/${VERSION}/sealed-secrets-operator-helm.v${VERSION}.clusterserviceversion.yaml
# cp -r ${BUNDLE_BUILD_BASE_DIR}/release/ocp/manifests/${NAME} ../deploy/operatorhubs/ocp
Expand Down
3 changes: 2 additions & 1 deletion build/bundle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM quay.io/operator-framework/upstream-registry-builder:v1.11.1 as builder
# upstream-registry-builder v1.12.4
FROM quay.io/operator-framework/upstream-registry-builder@sha256:8d392ab0587d5bcd19a40d60ac6bc8214e6b515605be3113edd01ea99ce95942 as builder

COPY manifests manifests
RUN ./bin/initializer -o ./bundles.db
Expand Down
2 changes: 2 additions & 0 deletions build/scripts/envs/k8s_dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ export DISTRIBUTION=k8s

export MINIKUBE_VERSION=v1.10.1

export MINIKUBE_DRIVER=hyperkit

export MEMORY=16144
2 changes: 1 addition & 1 deletion build/scripts/test/k8s/minikube-start
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export MINIKUBE_WANTUPDATENOTIFICATION=false
echo "======================================================"
echo "Starting minikube ${MINIKUBE_VERSION} with kubernetes ${KUBERNETES_VERSION}"
echo "======================================================"
minikube start --memory=${MEMORY} --vm-driver=docker --kubernetes-version="${KUBERNETES_VERSION}" -p sealed-secrets --insecure-registry "imac.fritz.box:5000"
minikube start --memory=${MEMORY} --vm-driver=${MINIKUBE_DRIVER} --kubernetes-version="${KUBERNETES_VERSION}" -p sealed-secrets --insecure-registry "imac.fritz.box:5000"
kubectl config use-context sealed-secrets
2 changes: 1 addition & 1 deletion deploy/common/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: sealed-secrets-operator-helm
containers:
- name: sealed-secrets-operator-helm
image: imac.fritz.box:5000/disposab1e/sealed-secrets-operator-helm:v0.0.1
image: imac.fritz.box:5000/disposab1e/sealed-secrets-operator-helm:v0.0.2
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/catalog-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
namespace: olm
spec:
sourceType: grpc
image: imac.fritz.box:5000/disposab1e/sealed-secrets-operator-helm-registry-k8s:0.0.1
image: imac.fritz.box:5000/disposab1e/sealed-secrets-operator-helm-registry-k8s:0.0.2
displayName: Sealed Secret Controller Operators
publisher: Sealed Secrets
2 changes: 1 addition & 1 deletion deploy/ocp3/catalog-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
namespace: olm
spec:
sourceType: grpc
image: imac.fritz.box:5000/disposab1e/sealed-secrets-operator-helm-registry-ocp:0.0.1
image: imac.fritz.box:5000/disposab1e/sealed-secrets-operator-helm-registry-ocp:0.0.2
displayName: Sealed Secret Controller Operators
publisher: Sealed Secrets
2 changes: 1 addition & 1 deletion deploy/ocp4/catalog-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
namespace: openshift-marketplace
spec:
sourceType: grpc
image: imac.fritz.box:5000/disposab1e/sealed-secrets-operator-helm-registry-ocp:0.0.1
image: imac.fritz.box:5000/disposab1e/sealed-secrets-operator-helm-registry-ocp:0.0.2
displayName: Sealed Secret Controller Operators
publisher: Sealed Secrets
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: sealedsecretcontrollers.bitnami.com
spec:
group: bitnami.com
names:
kind: SealedSecretController
listKind: SealedSecretControllerList
plural: sealedsecretcontrollers
singular: sealedsecretcontroller
scope: Namespaced
subresources:
status: {}
version: v1alpha1
versions:
- name: v1alpha1
served: true
storage: true
Loading

0 comments on commit 754f835

Please sign in to comment.