Skip to content

Commit

Permalink
Auto-Release-1.7.2 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-helm-charts-bot authored Jun 12, 2024
1 parent 1fe14a9 commit 9d8961f
Show file tree
Hide file tree
Showing 17 changed files with 695 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/partners/quidmain-qinetic-clp/quid-qinetic-ubi/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
chart:
name: quid-qinetic-ubi
shortDescription: Qinetic platform chart repository
providerDelivery: true
publicPgpKey: unknown
users:
- githubUsername: mvarotto-quid
vendor:
label: quidmain-qinetic-clp
name: QUID INFORMATICA SPA
99 changes: 99 additions & 0 deletions charts/partners/yugabytedb/yugaware-openshift/2024.1.0/report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
apiversion: v1
kind: verify-report
metadata:
tool:
verifier-version: 1.12.2
profile:
VendorType: partner
version: v1.2
reportDigest: uint64:2847412747107461100
chart-uri: https://charts.yugabyte.com/yugaware-openshift-2024.1.0.tgz
digests:
chart: sha256:c62b3511948f1ed70feed2f919327a75fc09a7e9a8a144a1441cf42b454a7558
package: 627ae5c4faf19b536687d2590a1172db64d257b026f67247199df786b2aebd26
lastCertifiedTimestamp: "2024-06-04T18:24:22.753115+00:00"
testedOpenShiftVersion: "4.11"
supportedOpenShiftVersions: '>=4.4'
webCatalogOnly: false
chart:
name: yugaware-openshift
home: https://www.yugabyte.com
sources: []
version: 2024.1.0
description: YugabyteDB Anywhere provides deployment, orchestration, and monitoring for managing YugabyteDB clusters. YugabyteDB Anywhere can create a YugabyteDB cluster with multiple pods provided by Kubernetes or OpenShift and logically grouped together to form one logical distributed database.
keywords: []
maintainers:
- name: Sanketh Indarapu
email: sanketh@yugabyte.com
url: ""
- name: Govardhan Reddy Jalla
email: gjalla@yugabyte.com
url: ""
icon: https://avatars0.githubusercontent.com/u/17074854?s=200&v=4
apiversion: v2
condition: ""
tags: ""
appversion: 2024.1.0.0-b129
deprecated: false
annotations:
charts.openshift.io/name: yugaware-openshift
kubeversion: '>=1.17.0-0'
dependencies: []
type: ""
chart-overrides: ""
results:
- check: v1.0/has-readme
type: Mandatory
outcome: PASS
reason: Chart has a README
- check: v1.0/contains-values-schema
type: Mandatory
outcome: PASS
reason: Values schema file exist
- check: v1.0/contains-values
type: Mandatory
outcome: PASS
reason: Values file exist
- check: v1.0/helm-lint
type: Mandatory
outcome: PASS
reason: Helm lint successful
- check: v1.0/required-annotations-present
type: Mandatory
outcome: PASS
reason: All required annotations present
- check: v1.0/is-helm-v3
type: Mandatory
outcome: PASS
reason: API version is V2, used in Helm 3
- check: v1.0/signature-is-valid
type: Mandatory
outcome: SKIPPED
reason: 'Chart is not signed : Signature verification not required'
- check: v1.0/not-contains-crds
type: Mandatory
outcome: PASS
reason: Chart does not contain CRDs
- check: v1.0/chart-testing
type: Mandatory
outcome: PASS
reason: Chart tests have passed
- check: v1.0/contains-test
type: Mandatory
outcome: PASS
reason: Chart test files exist
- check: v1.1/has-kubeversion
type: Mandatory
outcome: PASS
reason: Kubernetes version specified
- check: v1.1/images-are-certified
type: Mandatory
outcome: PASS
reason: |-
Image certification skipped : registry.redhat.io/rhscl/postgresql-13-rhel7:1-88.1661531722
Image certification skipped : registry.redhat.io/openshift4/ose-prometheus:v4.11.0
Image is Red Hat certified : quay.io/yugabyte/yugaware-ubi:2024.1.0.0-b129
- check: v1.0/not-contain-csi-objects
type: Mandatory
outcome: PASS
reason: CSI objects do not exist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
description: |-
Red Hat PostgreSQL database service imagestreams.
For more information about PostgreSQL container see https://github.com/sclorg/postgresql-container/.
annotations:
charts.openshift.io/name: Red Hat PostgreSQL database service imagestreams (experimental)
apiVersion: v2
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
name: redhat-postgresql-imagestreams
tags: database,postgresql
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# PostgreSQL Helm Chart imagestreams

The file contains all supported PostgreSQL imagestreams.

For more information about helm charts see the offical [Helm Charts Documentation](https://helm.sh/).

You need to have access to a cluster for each operation with OpenShift 4, like deploying and testing.

## How to start with helm charts

The first download and install Helm. Follow instructions mentioned [here](https://helm.sh/docs/intro/install/).

## How to work with PostgreSQL helm chart

Before deploying helm chart to OpenShift, you have to create a package.
This can be done by command:

```commandline
$ helm package ./
```

that will create a helm package named, `postgresql-imagestreams-v0.0.1.tgz` in this directory.

The next step is to upload Helm Chart to OpenShift. This is done by command:

```commandline
$ helm install postgresql-imagestreams postgresql-imagestreams-v0.0.1.tgz
```

In order to check if everything is imported properly, run command:
```commandline
$ oc get is -o json
```
that will print all support PostgreSQL imagestreams.


## Troubleshooting
For case you need a computer readable output you can add to command mentioned above option `-o json`.

In case of installation failed for reason like:
```commandline
// Error: INSTALLATION FAILED: cannot re-use a name that is still in use
```
you have to uninstall previous PostgreSQL Helm Chart by command:

```commandline
$ helm uninstall postgresql-imagestreams
```


Loading

0 comments on commit 9d8961f

Please sign in to comment.