Skip to content

Commit

Permalink
upgrade skaffold, fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Mar 13, 2024
1 parent 0c5b3cd commit e0b7832
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ golang 1.21.3
helm-cr 1.4.1
helm-ct 3.7.1
kubeconform 0.5.0
skaffold 2.0.3
minikube 1.32.0
skaffold 2.10.1
staticcheck 2023.1.6
2 changes: 0 additions & 2 deletions earthly
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ earthly $* \
--CHART_TESTING_VERSION=${helm_ct_tool_version} \
--GITHUB_CLI_VERSION=${github_cli_tool_version} \
--GOLANG_VERSION=${golang_tool_version} \
--HELM_VERSION=${helm_tool_version} \
--KUBECONFORM_VERSION=${kubeconform_tool_version} \
--KUSTOMIZE_VERSION=${kustomize_tool_version} \
--STATICCHECK_VERSION=${staticcheck_tool_version}
7 changes: 7 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
minikube-up:
minikube start
minikube addons enable ingress
minikube addons enable registryi

minikube-reset:
minikube delete --all
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
artifacts:
- image: prom-aggregation-gateway
custom:
buildCommand: ./earthly +build-image --version=$IMAGE_TAG --image_name=$IMAGE_REPO
buildCommand: EARTHLY_DISABLE_REMOTE_REGISTRY_PROXY=true ./earthly +build-image --version=$IMAGE_TAG --image_name=$IMAGE_REPO --no-satellite
tagPolicy:
customTemplate:
template: dev
Expand Down

0 comments on commit e0b7832

Please sign in to comment.