From d72f0851c48ec7024a73dc5e8b234271259c7372 Mon Sep 17 00:00:00 2001 From: elliotxx <951376975@qq.com> Date: Mon, 6 May 2024 11:30:09 +0800 Subject: [PATCH] feat: add karpor v0.3.14 --- charts/karpor | 2 +- versions/karpor/{0.3.14-alpha.5 => 0.3.14}/.helmignore | 0 versions/karpor/{0.3.14-alpha.5 => 0.3.14}/Chart.yaml | 4 ++-- .../{0.3.14-alpha.5 => 0.3.14}/templates/elasticsearch.yml | 0 versions/karpor/{0.3.14-alpha.5 => 0.3.14}/templates/etcd.yml | 0 versions/karpor/{0.3.14-alpha.5 => 0.3.14}/templates/job.yml | 0 .../{0.3.14-alpha.5 => 0.3.14}/templates/karpor-server.yml | 0 .../{0.3.14-alpha.5 => 0.3.14}/templates/karpor-sync.yml | 0 .../karpor/{0.3.14-alpha.5 => 0.3.14}/templates/namespace.yml | 0 versions/karpor/{0.3.14-alpha.5 => 0.3.14}/values.yaml | 2 +- 10 files changed, 4 insertions(+), 4 deletions(-) rename versions/karpor/{0.3.14-alpha.5 => 0.3.14}/.helmignore (100%) rename versions/karpor/{0.3.14-alpha.5 => 0.3.14}/Chart.yaml (95%) rename versions/karpor/{0.3.14-alpha.5 => 0.3.14}/templates/elasticsearch.yml (100%) rename versions/karpor/{0.3.14-alpha.5 => 0.3.14}/templates/etcd.yml (100%) rename versions/karpor/{0.3.14-alpha.5 => 0.3.14}/templates/job.yml (100%) rename versions/karpor/{0.3.14-alpha.5 => 0.3.14}/templates/karpor-server.yml (100%) rename versions/karpor/{0.3.14-alpha.5 => 0.3.14}/templates/karpor-sync.yml (100%) rename versions/karpor/{0.3.14-alpha.5 => 0.3.14}/templates/namespace.yml (100%) rename versions/karpor/{0.3.14-alpha.5 => 0.3.14}/values.yaml (89%) diff --git a/charts/karpor b/charts/karpor index d9ebcf6..f14b268 120000 --- a/charts/karpor +++ b/charts/karpor @@ -1 +1 @@ -../versions/karpor/0.3.14-alpha.5 \ No newline at end of file +../versions/karpor/0.3.14 \ No newline at end of file diff --git a/versions/karpor/0.3.14-alpha.5/.helmignore b/versions/karpor/0.3.14/.helmignore similarity index 100% rename from versions/karpor/0.3.14-alpha.5/.helmignore rename to versions/karpor/0.3.14/.helmignore diff --git a/versions/karpor/0.3.14-alpha.5/Chart.yaml b/versions/karpor/0.3.14/Chart.yaml similarity index 95% rename from versions/karpor/0.3.14-alpha.5/Chart.yaml rename to versions/karpor/0.3.14/Chart.yaml index 72006c5..0faa01c 100644 --- a/versions/karpor/0.3.14-alpha.5/Chart.yaml +++ b/versions/karpor/0.3.14/Chart.yaml @@ -15,10 +15,10 @@ 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.3.14-alpha.5 +version: 0.3.14 # 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. # It is recommended to use it with quotes. -appVersion: 0.3.14-alpha.5 +appVersion: 0.3.14 diff --git a/versions/karpor/0.3.14-alpha.5/templates/elasticsearch.yml b/versions/karpor/0.3.14/templates/elasticsearch.yml similarity index 100% rename from versions/karpor/0.3.14-alpha.5/templates/elasticsearch.yml rename to versions/karpor/0.3.14/templates/elasticsearch.yml diff --git a/versions/karpor/0.3.14-alpha.5/templates/etcd.yml b/versions/karpor/0.3.14/templates/etcd.yml similarity index 100% rename from versions/karpor/0.3.14-alpha.5/templates/etcd.yml rename to versions/karpor/0.3.14/templates/etcd.yml diff --git a/versions/karpor/0.3.14-alpha.5/templates/job.yml b/versions/karpor/0.3.14/templates/job.yml similarity index 100% rename from versions/karpor/0.3.14-alpha.5/templates/job.yml rename to versions/karpor/0.3.14/templates/job.yml diff --git a/versions/karpor/0.3.14-alpha.5/templates/karpor-server.yml b/versions/karpor/0.3.14/templates/karpor-server.yml similarity index 100% rename from versions/karpor/0.3.14-alpha.5/templates/karpor-server.yml rename to versions/karpor/0.3.14/templates/karpor-server.yml diff --git a/versions/karpor/0.3.14-alpha.5/templates/karpor-sync.yml b/versions/karpor/0.3.14/templates/karpor-sync.yml similarity index 100% rename from versions/karpor/0.3.14-alpha.5/templates/karpor-sync.yml rename to versions/karpor/0.3.14/templates/karpor-sync.yml diff --git a/versions/karpor/0.3.14-alpha.5/templates/namespace.yml b/versions/karpor/0.3.14/templates/namespace.yml similarity index 100% rename from versions/karpor/0.3.14-alpha.5/templates/namespace.yml rename to versions/karpor/0.3.14/templates/namespace.yml diff --git a/versions/karpor/0.3.14-alpha.5/values.yaml b/versions/karpor/0.3.14/values.yaml similarity index 89% rename from versions/karpor/0.3.14-alpha.5/values.yaml rename to versions/karpor/0.3.14/values.yaml index d644946..c105cf0 100644 --- a/versions/karpor/0.3.14-alpha.5/values.yaml +++ b/versions/karpor/0.3.14/values.yaml @@ -5,4 +5,4 @@ namespace: karpor namespaceEnabled: true port: 7443 -tag: 0.3.14-alpha.5 +tag: 0.3.14