File tree Expand file tree Collapse file tree
charts/typesense-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ OPERATOR_SDK_VERSION ?= v1.38.0
5252# Image URL to use all building/pushing image targets
5353DOCKER_HUB_NAME ?= $(shell docker info | sed '/Username:/!d;s/.* //')
5454IMG_NAME ?= typesense-operator
55- IMG_TAG ?= 0.3.8-rc.4
55+ IMG_TAG ?= 0.3.8
5656IMG ?= $(DOCKER_HUB_NAME ) /$(IMG_NAME ) :$(IMG_TAG )
5757
5858# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ Join the conversation:
228228## 📦 Project Status
229229
230230TyKO is an **independently maintained** project (not affiliated with Typesense, Inc.).
231- - Latest version: **0.3.8-rc.4 **
231+ - Latest version: **0.3.8**
232232- Tested on: Kubernetes 1.35 (earliest 1.26), Typesense 30.0 (earliest 26.0)
233233- Contributions welcome! See [FAQ](https://akyriako.github.io/typesense-operator-docs/docs/faq) and [Development](https://akyriako.github.io/typesense-operator-docs/docs/development)
234234
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ type: application
1414# This is the chart version. This version number should be incremented each time you make changes
1515# to the chart and its templates, including the app version.
1616# Versions are expected to follow Semantic Versioning (https://semver.org/)
17- version : 0.3.8-rc.4
17+ version : 0.3.8
1818# This is the version number of the application being deployed. This version number should be
1919# incremented each time you make changes to the application. Versions are not expected to
2020# follow Semantic Versioning. They should reflect the version the application is using.
2121# It is recommended to use it with quotes.
22- appVersion : " 0.3.8-rc.4 "
22+ appVersion : " 0.3.8"
2323
2424maintainers :
2525 - name : Kyriakos Akriotis
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ controllerManager:
1212 - ALL
1313 image :
1414 repository : akyriako78/typesense-operator
15- tag : 0.3.8-rc.4
15+ tag : 0.3.8
1616 imagePullPolicy : IfNotPresent
1717 resources :
1818 limits :
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
55images :
66- name : controller
77 newName : akyriako78/typesense-operator
8- newTag : 0.3.8-rc.4
8+ newTag : 0.3.8
You can’t perform that action at this time.
0 commit comments