Skip to content

Commit c7259e9

Browse files
committed
hide from rancher catalog
1 parent 5654577 commit c7259e9

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

linux/rancher/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
name: sql-statefull-deploy
3-
description: A Helm chart for SQL Server
2+
name: sql-server-rancher
3+
description: A Helm chart for SQL Server on Rancher
44

55
# A chart can be either an 'application' or a 'library' chart.
66
#
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
18+
version: 0.0.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.16.0
23+
appVersion: 2019.cu15
2424

2525
icon: https://docs.microsoft.com/vi-vn/troubleshoot/media/hub-landing/sql-database-blue.svg

linux/rancher/app-readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
[Microsoft SQL Server](https://en.wikipedia.org/wiki/Microsoft_SQL_Server/) is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network (including the Internet). Microsoft markets at least a dozen different editions of Microsoft SQL Server, aimed at different audiences and for workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users.
44

5-
65
This helm chart creates a SQL Server workload using StatefulSet along with a Service and Azure Disk storage class.

linux/rancher/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Default values for mssql-latest.
2-
# This is a YAML-formatted file.
3-
# Declare variables to be passed into your templates.
1+
---
42

53
replicas: 3
64

75
image:
86
repository: mcr.microsoft.com/mssql/server
97
pullPolicy: IfNotPresent
10-
# Overrides the image tag whose default is the chart appVersion.
118
tag: 2019-latest
129

1310
ACCEPT_EULA: "Yes"

linux/sample-helm-chart-statefulset-deployment/Chart.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
appVersion: 1.16.0
24+
25+
annotations:
26+
catalog.cattle.io/hidden: "true" # hide from Rancher catalog

linux/sample-helm-chart/Chart.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
appVersion: 1.16.0
24+
25+
annotations:
26+
catalog.cattle.io/hidden: "true" # hide from Rancher catalog

0 commit comments

Comments
 (0)