Skip to content

Commit

Permalink
chore(wip): update dependencies and minor tweaks
Browse files Browse the repository at this point in the history
- Upgrade changie installation and goreleaser
- Modify vscode settings for fixAll and organizeImports to be explicit and never respectively
- Bump version in various charts and values files from v1.2.0 to v1.2.1
- Add new changelog entry for version v1.2.1 with dependency updates
- Update arguments for the entry-point in dsv-syncer values file.
  • Loading branch information
sheldonhull committed Jan 15, 2024
1 parent b76982d commit 57e011f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"[go]": {
"debug.saveBeforeStart": "allEditorsInActiveGroup",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
"source.fixAll": "explicit",
"source.organizeImports": "never"
},
"editor.defaultFormatter": "go",
"editor.formatOnSave": true
Expand Down
1 change: 1 addition & 0 deletions charts/dsv-syncer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ image:
tag: v1.2.1
# -- Entrypoint is the path to the binary. Since the container image could contain multiple binaries, this makes sure it's correctly mapped to the binary.
entrypoint: /app/dsv-syncer
args: ['-environment', 'foo']

imagePullSecrets: []
nameOverride: ''
Expand Down

0 comments on commit 57e011f

Please sign in to comment.