hide from rancher catalog
This commit is contained in:
Родитель
5654577b02
Коммит
c7259e907a
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v2
|
||||
name: sql-statefull-deploy
|
||||
description: A Helm chart for SQL Server
|
||||
name: sql-server-rancher
|
||||
description: A Helm chart for SQL Server on Rancher
|
||||
|
||||
# A chart can be either an 'application' or a 'library' chart.
|
||||
#
|
||||
|
@ -15,11 +15,11 @@ type: application
|
|||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.1
|
||||
version: 0.0.1
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
appVersion: 1.16.0
|
||||
appVersion: 2019.cu15
|
||||
|
||||
icon: https://docs.microsoft.com/vi-vn/troubleshoot/media/hub-landing/sql-database-blue.svg
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
[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.
|
||||
|
||||
|
||||
This helm chart creates a SQL Server workload using StatefulSet along with a Service and Azure Disk storage class.
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
# Default values for mssql-latest.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
---
|
||||
|
||||
replicas: 3
|
||||
|
||||
image:
|
||||
repository: mcr.microsoft.com/mssql/server
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: 2019-latest
|
||||
|
||||
ACCEPT_EULA: "Yes"
|
||||
|
|
|
@ -15,9 +15,12 @@ type: application
|
|||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
appVersion: 1.16.0
|
||||
|
||||
annotations:
|
||||
catalog.cattle.io/hidden: "true" # hide from Rancher catalog
|
||||
|
|
|
@ -15,9 +15,12 @@ type: application
|
|||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
appVersion: 1.16.0
|
||||
|
||||
annotations:
|
||||
catalog.cattle.io/hidden: "true" # hide from Rancher catalog
|
||||
|
|
Загрузка…
Ссылка в новой задаче