Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis helm chart #1581

Closed
wants to merge 48 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
7a7d32d
update helm chart link and version
ashutosji Feb 15, 2023
7e65207
minor change
ashutosji Feb 23, 2023
b61baed
update dependencies
ashutosji Apr 3, 2023
0f5c33c
dependency issue
ashutosji Apr 3, 2023
2d0d73f
removing missing seperator error
ashutosji Apr 3, 2023
97454fe
checking
ashutosji Apr 3, 2023
1eb099d
checking again
ashutosji Apr 3, 2023
a13433f
testing
ashutosji Apr 3, 2023
ef00623
test1
ashutosji Apr 3, 2023
abcdd1b
trying to pass test services
ashutosji Apr 3, 2023
f56651b
testing dependency error
ashutosji Apr 6, 2023
b99fc17
trying to remove error
ashutosji Apr 11, 2023
ae09e45
checking
ashutosji Apr 11, 2023
01b1135
testinggg
ashutosji Apr 11, 2023
75aad8f
add mod tidy to test:services target
joeholley Apr 18, 2023
73c029a
merge in changes from ashutosji:redis-helm-chart
joeholley Apr 18, 2023
210af22
Bump helm version to remove lookup error https://github.com/bitnami/c…
joeholley Jul 4, 2023
b592590
pin to bullseye for testing, package names have changed in bookworm
joeholley Jul 4, 2023
01b002f
update to new redis fullname var scope
joeholley Jul 4, 2023
f6bf9e5
test new gke auth plugin
joeholley Jul 4, 2023
a778ed1
move gke auth plugin install to docker file
joeholley Jul 4, 2023
d85c01e
update timeout for failing installation test
joeholley Jul 5, 2023
24693c7
increase timeout to see if deploy succeeds in CI
joeholley Jul 5, 2023
79c774e
increase timeout to see if deploy succeeds in CI
joeholley Jul 5, 2023
ea8d1ee
Revert " increase timeout to see if deploy succeeds in CI"
joeholley Jul 6, 2023
7d60f75
Revert " increase timeout to see if deploy succeeds in CI"
joeholley Jul 6, 2023
0feac89
Update values for new redis chart; disable sentinel
joeholley Jul 11, 2023
68376e6
Revert "update timeout for failing installation test"
joeholley Jul 12, 2023
63d8569
update template to account for new redis chart and om default configm…
joeholley Jul 24, 2023
2a9a0d2
Remove beta from gcloud command, bump GKE version for ci/cd cluster
joeholley Jul 24, 2023
8ad6d28
Merge Ashtosh's changes and mine
joeholley Jul 24, 2023
24f3df4
typo
joeholley Jul 24, 2023
4d32b8c
Making dockerfile consistent with conventions
joeholley Jul 25, 2023
3bdde81
Tidy-up
joeholley Jul 25, 2023
d327ace
Process of elimination to find out what is introducing the build fail…
joeholley Jul 25, 2023
ce9f279
Noninteractive mode for apt-get
joeholley Jul 25, 2023
5251c37
Re-enable markdown tests via awesomebot, whitelist failing docker hub…
joeholley Jul 26, 2023
1b96882
Overhaul ci dockerfile for readability and to work with debian bookworm
joeholley Jul 26, 2023
a1d783e
Bring Go version up to the one used in dockerfile.ci
joeholley Jul 26, 2023
6151083
Whitespace fix
joeholley Jul 26, 2023
76a275f
Fix for failing md-test build target
joeholley Jul 26, 2023
ca43336
Validating regression of dep downloads
joeholley Jul 26, 2023
08ec17a
https://go.dev/blog/go116-module-changes GO111MODULE is default ON fr…
joeholley Jul 27, 2023
650bcd8
formatting
joeholley Jul 27, 2023
83b3da2
testing
joeholley Jul 27, 2023
74d06d1
somewhat confusing error message
joeholley Jul 27, 2023
ace64d1
testing dependencies
joeholley Jul 27, 2023
232bc97
testing dependencies
joeholley Jul 27, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "update timeout for failing installation test"
This reverts commit d85c01e.
joeholley committed Jul 12, 2023
commit 68376e603bebbea5f48d630aa1e2a3a457e6f59a
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -245,10 +245,6 @@ build-mmf-go-soloduel-image: docker build-base-build-image
build-mmf-go-backfill-image: docker build-base-build-image
docker build -f examples/functions/golang/backfill/Dockerfile -t $(REGISTRY)/openmatch-mmf-go-backfill:$(TAG) -t $(REGISTRY)/openmatch-mmf-go-backfill:$(ALTERNATE_TAG) .

build-build-image: docker build-base-build-image
docker build -f Dockerfile.ci -t $(REGISTRY)/open-match-build:$(TAG) .


#######################################
## # Builds and pushes images to your container registry.
## push-images / push-<image name>-image
@@ -325,7 +321,6 @@ install-chart-prerequisite: build/toolchain/bin/kubectl$(EXE_EXTENSION) update-c

# Used for Open Match development. Install om-configmap-override.yaml by default.
HELM_UPGRADE_FLAGS = --cleanup-on-fail -i --no-hooks --debug --timeout=600s --namespace=$(OPEN_MATCH_KUBERNETES_NAMESPACE) --set global.gcpProjectId=$(GCP_PROJECT_ID) --set open-match-override.enabled=true --set redis.password=$(REDIS_DEV_PASSWORD) --set redis.usePassword=false --set redis.sentinel.usePassword=false
HELM_TEST_FLAGS = --cleanup-on-fail -i --no-hooks --debug --timeout=6000s --namespace=$(OPEN_MATCH_KUBERNETES_NAMESPACE) --set global.gcpProjectId=$(GCP_PROJECT_ID) --set open-match-override.enabled=true --set redis.password=$(REDIS_DEV_PASSWORD) --set redis.usePassword=false --set redis.sentinel.usePassword=false
# Used for generate static yamls. Install om-configmap-override.yaml as needed.
HELM_TEMPLATE_FLAGS = --no-hooks --namespace $(OPEN_MATCH_KUBERNETES_NAMESPACE) --set usingHelmTemplate=true
HELM_IMAGE_FLAGS = --set global.image.registry=$(REGISTRY) --set global.image.tag=$(TAG)
@@ -376,7 +371,7 @@ install-scale-chart: install-chart-prerequisite build/toolchain/bin/helm$(EXE_EX

# install-ci-chart will install open-match-core with pool based mmf for end-to-end in-cluster test.
install-ci-chart: install-chart-prerequisite build/toolchain/bin/helm$(EXE_EXTENSION) install/helm/open-match/secrets/
$(HELM) upgrade $(OPEN_MATCH_HELM_NAME) $(HELM_TEST_FLAGS) --atomic install/helm/open-match $(HELM_IMAGE_FLAGS) \
$(HELM) upgrade $(OPEN_MATCH_HELM_NAME) $(HELM_UPGRADE_FLAGS) --atomic install/helm/open-match $(HELM_IMAGE_FLAGS) \
--set query.replicas=1,frontend.replicas=1,backend.replicas=1 \
--set evaluator.hostName=open-match-test \
--set evaluator.grpcPort=50509 \