-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump up artifactory version to 7.77.7
- Loading branch information
1 parent
49eb1e5
commit 33acdf4
Showing
14 changed files
with
567 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
428 changes: 428 additions & 0 deletions
428
...erator/bundle/1.1.21/manifests/artifactory-ha-operator.v1.1.21.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
...y-ha-operator/bundle/1.1.21/manifests/openshiftartifactoryhas.charts.helm.k8s.io.crd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
api-approved.kubernetes.io: https://github.com/kubernetes/kubernetes/pull/78458 | ||
creationTimestamp: null | ||
name: openshiftartifactoryhas.charts.helm.k8s.io | ||
spec: | ||
group: charts.helm.k8s.io | ||
names: | ||
kind: OpenshiftArtifactoryHa | ||
listKind: OpenshiftArtifactoryHaList | ||
plural: openshiftartifactoryhas | ||
singular: openshiftartifactoryha | ||
scope: Namespaced | ||
versions: | ||
- name: v1 | ||
served: true | ||
storage: true | ||
subresources: | ||
status: {} | ||
schema: | ||
openAPIV3Schema: | ||
type: object | ||
properties: | ||
spec: | ||
type: object | ||
x-kubernetes-preserve-unknown-fields: true | ||
properties: | ||
cronSpec: | ||
type: string | ||
image: | ||
type: string | ||
replicas: | ||
type: integer | ||
status: | ||
acceptedNames: | ||
kind: '' | ||
plural: '' | ||
conditions: null | ||
storedVersions: null |
12 changes: 12 additions & 0 deletions
12
Openshift4/operator/artifactory-ha-operator/bundle/1.1.21/metadata/annotations.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
annotations: | ||
operators.operatorframework.io.bundle.channel.default.v1: alpha | ||
operators.operatorframework.io.bundle.channels.v1: alpha | ||
operators.operatorframework.io.bundle.manifests.v1: manifests/ | ||
operators.operatorframework.io.bundle.mediatype.v1: registry+v1 | ||
operators.operatorframework.io.bundle.metadata.v1: metadata/ | ||
operators.operatorframework.io.bundle.package.v1: openshiftartifactoryha-operator | ||
operators.operatorframework.io.metrics.builder: operator-sdk-v1.3.0 | ||
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 | ||
operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1 | ||
operators.operatorframework.io.test.config.v1: tests/scorecard/ | ||
operators.operatorframework.io.test.mediatype.v1: scorecard+v1 |
5 changes: 5 additions & 0 deletions
5
...tifactory-ha-operator/bundle/1.1.21/metadata/openshiftartifactoryha-operator.package.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
channels: | ||
- currentCSV: artifactory-ha-operator.v1.1.21 | ||
name: alpha | ||
defaultChannel: '' | ||
packageName: openshiftartifactoryha-operator |
43 changes: 43 additions & 0 deletions
43
Openshift4/operator/artifactory-ha-operator/bundle/1.1.21/tests/scorecard/config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
kind: Configuration | ||
apiversion: scorecard.operatorframework.io/v1alpha3 | ||
metadata: | ||
name: config | ||
stages: | ||
- parallel: true | ||
tests: | ||
- image: quay.io/operator-framework/scorecard-test:latest | ||
entrypoint: | ||
- scorecard-test | ||
- basic-check-spec | ||
labels: | ||
suite: basic | ||
test: basic-check-spec-test | ||
- image: quay.io/operator-framework/scorecard-test:latest | ||
entrypoint: | ||
- scorecard-test | ||
- olm-bundle-validation | ||
labels: | ||
suite: olm | ||
test: olm-bundle-validation-test | ||
- image: quay.io/operator-framework/scorecard-test:latest | ||
entrypoint: | ||
- scorecard-test | ||
- olm-crds-have-validation | ||
labels: | ||
suite: olm | ||
test: olm-crds-have-validation-test | ||
- image: quay.io/operator-framework/scorecard-test:latest | ||
entrypoint: | ||
- scorecard-test | ||
- olm-crds-have-resources | ||
labels: | ||
suite: olm | ||
test: olm-crds-have-resources-test | ||
- image: quay.io/operator-framework/scorecard-test:latest | ||
entrypoint: | ||
- scorecard-test | ||
- olm-spec-descriptors | ||
labels: | ||
suite: olm | ||
test: olm-spec-descriptors-test | ||
|
19 changes: 19 additions & 0 deletions
19
Openshift4/operator/artifactory-ha-operator/bundle/bundle-1.1.21.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM scratch | ||
|
||
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 | ||
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/ | ||
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/ | ||
LABEL operators.operatorframework.io.bundle.package.v1=openshiftartifactoryha-operator | ||
LABEL operators.operatorframework.io.bundle.channels.v1=alpha | ||
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha | ||
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.3.0 | ||
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 | ||
LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1 | ||
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/ | ||
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1 | ||
|
||
COPY 1.1.21/manifests /manifests/ | ||
COPY 1.1.21/metadata /metadata/ | ||
LABEL com.redhat.openshift.versions="v4.6" | ||
LABEL com.redhat.delivery.operator.bundle=true | ||
LABEL com.redhat.delivery.backport=false |
5 changes: 4 additions & 1 deletion
5
...rator/artifactory-ha-operator/helm-charts/openshift-artifactory-ha/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters