This commit is contained in:
jamesongithub@users.noreply.github.com 2022-04-15 18:20:16 -07:00
Родитель 5654577b02
Коммит c7259e907a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 84C159EEAE8BE65D
5 изменённых файлов: 13 добавлений и 11 удалений

Просмотреть файл

@ -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