Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Deprecate all charts in the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkernick committed Jun 24, 2022
1 parent 26c057e commit 108b571
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 27 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Oteemo Charts Repository

***This helm charts repository has been deprecated, please see individual charts for examples of where to migrate to***

Welcome to the oteemo charts repository. All charts are in the charts directory.

## Adding the chart Repository
Expand Down
5 changes: 2 additions & 3 deletions charts/che/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ apiVersion: v1
appVersion: 7.3.1
description: A Helm chart for deploying Eclipse Che to Kubernetes
name: che
version: 0.1.5
version: 0.1.6
keywords:
- che
- eclipse
maintainers:
- email: [email protected]
name: rjkernick
home: https://www.eclipse.org/che/
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
deprecated: true
2 changes: 2 additions & 0 deletions charts/che/Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Eclipse Che

***This chart has been deprecated***
8 changes: 2 additions & 6 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.10.3
version: 9.11.0
appVersion: 8.9.7-community
keywords:
- coverage
Expand All @@ -12,8 +12,4 @@ home: https://www.sonarqube.org/
icon: https://www.sonarqube.org/assets/logo-31ad3115b1b4b120f3d1efd63e6b13ac9f1f89437f0cf6881cc4d8b5603a52b4.svg
sources:
- https://github.com/SonarSource/docker-sonarqube
maintainers:
- name: rjkernick
email: [email protected]
- name: tsiddique
email: [email protected]
deprecated: true
6 changes: 0 additions & 6 deletions charts/sonarqube/OWNERS

This file was deleted.

8 changes: 8 additions & 0 deletions charts/sonarqube/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# SonarQube

***This chart has been deprecated, please refer to another available chart listed below***

## Alternative Charts

* [PlatformOne's version](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube)
* [SonarSource's version](https://github.com/SonarSource/helm-chart-sonarqube)
* Other versions can be found on artifacthub.io

[SonarQube](https://www.sonarqube.org/) is an open sourced code quality scanning tool.

## Introduction
Expand Down
8 changes: 2 additions & 6 deletions charts/sonatype-nexus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: sonatype-nexus
version: 5.4.1
version: 5.5.0
appVersion: 3.38.1
description: Sonatype Nexus is an open source repository manager
keywords:
Expand All @@ -18,8 +18,4 @@ sources:
- https://github.com/travelaudience/kubernetes-nexus
- https://github.com/travelaudience/docker-nexus-backup
- https://github.com/dbccompany/docker-nexus-backup
maintainers:
- name: rjkernick
email: [email protected]
- name: tsiddique
email: [email protected]
deprecated: true
6 changes: 0 additions & 6 deletions charts/sonatype-nexus/OWNERS

This file was deleted.

10 changes: 10 additions & 0 deletions charts/sonatype-nexus/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Nexus

***This chart has been deprecated, please use one of the other helm charts below***

## Alternative Helm Charts

* [Sonatype's Chart](https://github.com/sonatype/helm3-charts)
* [PlatformOne's chart](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus)
* [Artifact Hub](https://artifacthub.io)

## Nexus information

[Nexus OSS](https://www.sonatype.com/nexus-repository-oss) is a free open source repository manager. It supports a wide range of package formats and it's used by hundreds of tech companies.

## Introduction
Expand Down

0 comments on commit 108b571

Please sign in to comment.