Skip to content

Commit

Permalink
Merge 'main_arm64' to 'main'
Browse files Browse the repository at this point in the history
change the default database and app to latest and 5.7
  • Loading branch information
rizkyfaza20 committed Jan 4, 2024
1 parent 8089953 commit 919f317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd/laravel-minikube/templates/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: mysql
image: appkr/mysql:5.7-arm64
image: mysql:5.7
env:
- name: MYSQL_ROOT_PASSWORD
value: "Ch4ngeme!@"
Expand Down
2 changes: 1 addition & 1 deletion argocd/laravel-minikube/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
replicaCount: 1
image:
repository: mrfzy00/crud_laravel_api-sre-test-app
tag: v0.1
tag: latest
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 919f317

Please sign in to comment.