Change default value, already generated a new token and discard the old one.

Change-Id: I5a536b2ebcd286dd6a8b93ef4e69be136f6ac00c
diff --git a/apps/dbuf/Chart.yaml b/apps/dbuf/Chart.yaml
index d1c7915..a644fae 100644
--- a/apps/dbuf/Chart.yaml
+++ b/apps/dbuf/Chart.yaml
@@ -18,7 +18,7 @@
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.1.1
+version: 0.1.2
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
diff --git a/apps/dbuf/values.yaml b/apps/dbuf/values.yaml
index 2fb3a64..792f970 100644
--- a/apps/dbuf/values.yaml
+++ b/apps/dbuf/values.yaml
@@ -5,10 +5,11 @@
   repository: registry.aetherproject.org/tost/dbuf
   pullPolicy: Always
   tag: "latest"
-  credentials:
-    registry: "registry.aetherproject.org"
-    username: "aether_jenkins"
-    password: "9zySeOpTL"
+  credentials: {}
+  # If specified, use this credential to access the image
+  #   registry:
+  #   username:
+  #   password:
 
 extraParams:
   - '"-max_queues=1024"'