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.39.0
5252# Image URL to use all building/pushing image targets
5353DOCKER_HUB_NAME ?= quay.io/akyriako# $(shell docker info | sed '/Username:/!d;s/.* //')
5454IMG_NAME ?= typesense-operator
55- IMG_TAG ?= 0.4.0-rc.3
55+ IMG_TAG ?= 0.4.0
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.4.0-rc.3 **
231+ - Latest version: **0.4.0**
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.4.0-rc.3
17+ version : 0.4.0
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.4.0-rc.3 "
22+ appVersion : " 0.4.0"
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 : quay.io/akyriako/typesense-operator
15- tag : 0.4.0-rc.3
15+ tag : 0.4.0
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 : quay.io/akyriako/typesense-operator
8- newTag : 0.4.0-rc.3
8+ newTag : 0.4.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
3535 name : c-kind-1
3636spec :
3737 image : typesense/typesense:30.0.rc27-amd64
38- replicas : 1
38+ replicas : 3
3939 resources :
4040 limits :
4141 cpu : " 1000m"
@@ -62,7 +62,7 @@ metadata:
6262 name : c-kind-2
6363spec :
6464 image : typesense/typesense:30.0.rc29-amd64
65- replicas : 1
65+ replicas : 3
6666 storage :
6767 size : 150Mi
6868 storageClassName : typesense-local-path
You can’t perform that action at this time.
0 commit comments