mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 06:07:58 +08:00
NAS-121453 / 23.10 / Upgraded catalog item(s) (#1111)
* Upgraded catalog item(s)
This commit upgrades elastic-search, nextcloud, minio catalog item(s).
* undo 2 apps
* bump common
* bump common
* untouch minio
* upstream tags do not contain "v"
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.3
|
||||
digest: sha256:1a090020cfa582aff29906320874ffe9b543fcc6c2423c281f434514f2653e02
|
||||
generated: "2023-04-05T18:36:45.107184615+03:00"
|
||||
version: 1.0.5
|
||||
digest: sha256:cf1db8c2ae650987a3e3d8d98767caab62c341bd0fb15309213b00dce87111cc
|
||||
generated: "2023-04-12T15:58:34.152545129+03:00"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
name: elastic-search
|
||||
description: Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack.
|
||||
description: Elasticsearch is the distributed, RESTful search and analytics engine
|
||||
at the heart of the Elastic Stack.
|
||||
annotations:
|
||||
title: Elastic Search
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
apiVersion: v2
|
||||
appVersion: '8.7.0'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -13,7 +14,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.3
|
||||
version: 1.0.5
|
||||
home: https://www.elastic.co
|
||||
icon: https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt280217a63b82a734/6202d3378b1f312528798412/elastic-logo.svg
|
||||
sources:
|
||||
|
||||
Binary file not shown.
BIN
library/ix-dev/charts/elastic-search/charts/common-1.0.5.tgz
Normal file
BIN
library/ix-dev/charts/elastic-search/charts/common-1.0.5.tgz
Normal file
Binary file not shown.
@@ -12,8 +12,8 @@ def newer_mapping(image_tags):
|
||||
return {}
|
||||
|
||||
return {
|
||||
'tags': {key: f'v{version}'},
|
||||
'app_version': f'v{version}',
|
||||
'tags': {key: f'{version}'},
|
||||
'app_version': f'{version}',
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.elastic.co/elasticsearch/elasticsearch
|
||||
pullPolicy: IfNotPresent
|
||||
tag: '8.7.0'
|
||||
tag: 8.7.0
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@@ -9,7 +9,7 @@ resources:
|
||||
memory: 8Gi
|
||||
|
||||
esConfig:
|
||||
password: ""
|
||||
password: ''
|
||||
heapSize: 512m
|
||||
nodeName: elastic_search_node
|
||||
additionalEnvs: []
|
||||
@@ -22,7 +22,7 @@ esRunAs:
|
||||
esNetwork:
|
||||
httpPort: 30000
|
||||
hostNetwork: false
|
||||
certificateID: ""
|
||||
certificateID: ''
|
||||
|
||||
esStorage:
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user